[Pkg-cli-apps-commits] [SCM] smuxi branch, master, updated. debian/0.8-6-2-g7982725

Mirco Bauer meebey at meebey.net
Sun Jun 26 01:13:30 UTC 2011


The following commit has been merged in the master branch:
commit 7982725c68ce628cfff1018f7a5a91e7567b010f
Author: Mirco Bauer <meebey at meebey.net>
Date:   Sun Jun 26 03:05:17 2011 +0200

    Use 3.0 (quilt) as source format, else ubuntu.series won't be picked up by dpkg-source

diff --git a/debian/control b/debian/control
index 5d4eb34..28784b6 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: smuxi
 Section: gnome
 Priority: optional
 Maintainer: Mirco Bauer <meebey at debian.org>
-Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7~)
+Build-Depends: debhelper (>= 7.0.50)
 Build-Depends-Indep: cli-common-dev (>= 0.5.7),
  mono-devel (>= 2.6),
  mono-xbuild (>= 2.6),
diff --git a/debian/rules b/debian/rules
index b7f48e4..4d9a7f3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,6 @@
 export DH_VERBOSE=1
 
 include /usr/share/cli-common/cli.make
-include /usr/share/quilt/quilt.make
 
 override_dh_auto_configure:
 	dh_auto_configure -- --enable-engine-irc --enable-frontend-gnome --with-notify --with-indicate GMCS=/usr/bin/mono-csc MCS=/usr/bin/mono-csc
@@ -13,5 +12,5 @@ override_dh_auto_test:
 # disable stripping debugging symbols
 override_dh_clistrip:
 
-.DEFAULT:
-	dh --with quilt $@
+%:
+	dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
smuxi



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