[Pkg-cli-apps-commits] [SCM] bareftp branch, master, updated. debian/0.3.4-1-6-g624acb0

Stefan Ebner sebner at ubuntu.com
Fri Oct 15 16:33:25 UTC 2010


The following commit has been merged in the master branch:
commit 624acb0b2f72d79224435b46b7debfd3bd2d30d0
Author: Stefan Ebner <sebner at ubuntu.com>
Date:   Fri Oct 15 18:32:45 2010 +0200

    Bump Standards-Version, remove useless b-d, remove cruft from rules file

diff --git a/debian/changelog b/debian/changelog
index 39fcbf2..64ff55b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,10 @@ bareftp (0.3.6-1) UNRELEASED; urgency=low
     + Better translation coverage
     + New/updated translations: nb, fr, ru, pl, es, sv, it
   * debian/copyright: Updated
+  * debian/control: 
+    + Bump Standards-Version to 3.9.1
+    + Remove intltool and libtool from Build-Depends
+  * debian/rules: Remove useless autoreconf and dh_override_clean
 
  -- Stefan Ebner <sebner at ubuntu.com>  Fri, 15 Oct 2010 17:53:44 +0200
 
diff --git a/debian/control b/debian/control
index bd39ba5..caf4f91 100644
--- a/debian/control
+++ b/debian/control
@@ -11,9 +11,7 @@ Build-Depends: debhelper (>= 7.0.50),
  libgnome-vfs2.0-cil-dev (>= 2.12),
  libgconf2.0-cil-dev (>= 2.12),
  libgnome-keyring1.0-cil-dev,
- intltool (>= 0.35),
- libtool
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
 Homepage: http://www.bareftp.org/
 Vcs-Git: git://git.debian.org/git/pkg-cli-apps/packages/bareftp.git
 Vcs-Browser: http://git.debian.org/?p=pkg-cli-apps/packages/bareftp.git
diff --git a/debian/rules b/debian/rules
index 857554e..40b2c6d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,6 @@ VERSION = $(shell echo $(DEB_VERSION) | cut -d"-" -f1 | sed 's/+dfsg.*//')
 include /usr/share/cli-common/cli.make
 
 override_dh_auto_configure:
-	autoreconf -f -i -s -I .
 	dh_auto_configure -- MCS=/usr/bin/mono-csc
 
 override_dh_auto_test:
@@ -23,11 +22,6 @@ override_dh_auto_install:
 	rm -f $(CURDIR)/debian/bareftp/usr/lib/bareftp/libsftppty.a
 	rm -f $(CURDIR)/debian/bareftp/usr/lib/bareftp/libsftppty.la
 
-override_dh_clean:
-	dh_clean
-	rm -rf configure config.sub config.guess ltmain.sh aclocal.m4 autom4te.cache/
-	find . -name "Makefile.in" -delete
-
 get-orig-source:
 	uscan \
 		--package $(DEB_SOURCE_NAME) \

-- 
bareftp



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