[Pkg-cli-apps-commits] [SCM] bareftp branch, master, updated. debian/0.3.1-1-5-g4d31874

Stefan Ebner sebner at ubuntu.com
Mon Apr 19 12:09:28 UTC 2010


The following commit has been merged in the master branch:
commit 4d3187482c50ec43beb6a282c139267a36cf725f
Author: Stefan Ebner <sebner at ubuntu.com>
Date:   Mon Apr 19 14:09:10 2010 +0200

    Also remove quilt from rules file

diff --git a/debian/changelog b/debian/changelog
index d7b1c7d..e60d89d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,7 +11,9 @@ bareftp (0.3.2-1) UNRELEASED; urgency=low
     + Changed date formating in list view
     + Updated translations: ca, de, es, fr, nb, pt_BR, sv
   * debian/patches/01_fix_gnome-keyring_sharp_detection: Merged upstream
-  * debian/rules: Remove dh_auto_install build workaround
+  * debian/rules: 
+    + Remove dh_auto_install build workaround
+    + Remove quilt references
   * debian/control: 
     - Remove build-dependency on quilt
     - Bump Standards-Version to 3.8.4
diff --git a/debian/rules b/debian/rules
index dac7db3..857554e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,6 @@ DEB_VERSION = $(shell dpkg-parsechangelog -l$(DEBIAN_DIR)/changelog | grep ^Vers
 VERSION = $(shell echo $(DEB_VERSION) | cut -d"-" -f1 | sed 's/+dfsg.*//')
 
 include /usr/share/cli-common/cli.make
-include /usr/share/quilt/quilt.make
 
 override_dh_auto_configure:
 	autoreconf -f -i -s -I .
@@ -41,6 +40,6 @@ get-orig-source:
 		--repack
 
 %:
-	dh --with quilt $@
+	dh $@
 
 .PHONY: get-orig-source

-- 
bareftp



More information about the Pkg-cli-apps-commits mailing list