summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoïc Minier <lool@dooz.org>2007-01-13 22:39:41 +0000
committerLoïc Minier <lool@dooz.org>2007-01-13 22:39:41 +0000
commitb5d5127d946a8319471a2bce47b85ce5097ad2bf (patch)
tree1468ea909aaf51bc64fc4c08d618e86165753991
parent* Fix bashism. (diff)
downloadzenity-b5d5127d946a8319471a2bce47b85ce5097ad2bf.tar.gz
zenity-b5d5127d946a8319471a2bce47b85ce5097ad2bf.tar.bz2
zenity-b5d5127d946a8319471a2bce47b85ce5097ad2bf.zip
* Add a get-orig-source target to retrieve the upstream tarball.
-rw-r--r--debian/changelog3
-rwxr-xr-xdebian/rules1
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index ccdbc11c..28d85b01 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
zenity (2.14.3-2) UNRELEASED; urgency=low
* Fix bashism.
+ * Add a get-orig-source target to retrieve the upstream tarball.
- -- Loic Minier <lool@dooz.org> Sun, 3 Sep 2006 12:19:05 +0200
+ -- Loic Minier <lool@dooz.org> Sat, 13 Jan 2007 23:35:11 +0100
zenity (2.14.3-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index a4b60a05..b599c774 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,7 @@ include /usr/share/cdbs/1/class/gnome.mk
include /usr/share/cdbs/1/rules/utils.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
+-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
DEB_CONFIGURE_EXTRA_FLAGS := --disable-scrollkeeper
bgstack15