aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2012-11-14 10:25:13 -0500
committerMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2012-11-14 10:25:13 -0500
commit61587dac796a8f76ad4bc7c71b6f9bff6f95fd79 (patch)
tree41080af26907ff1d3e7415745f6d600bfe5a4503 /debian
parentbe7764ffed261cfa1f936d28825fb466dd5530be (diff)
downloadayatana-indicator-sound-61587dac796a8f76ad4bc7c71b6f9bff6f95fd79.tar.gz
ayatana-indicator-sound-61587dac796a8f76ad4bc7c71b6f9bff6f95fd79.tar.bz2
ayatana-indicator-sound-61587dac796a8f76ad4bc7c71b6f9bff6f95fd79.zip
enable quilt with the dh sequencer to make sure patches get applied.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 8aa0d0d..c83d1cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ indicator-sound (12.10.2-0ubuntu1) UNRELEASED; urgency=low
* debian/rules:
- override dh_autoreconf to use autogen.sh for the reconfiguration process.
- add export DPKG_GENSYMBOLS_CHECK_LEVEL=4.
+ - enable quilt with the dh sequencer to make sure patches get applied.
* debian/compat: bump to compat level 9.
-- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Wed, 14 Nov 2012 10:01:19 -0500
diff --git a/debian/rules b/debian/rules
index 2ce3519..bbe2908 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
export DPKG_GENSYMBOLS_CHECK_LEVEL=4
%:
- dh $@ --with translations,autoreconf
+ dh $@ --with translations,autoreconf,quilt
override_dh_autoreconf:
NOCONFIGURE=1 dh_autoreconf ./autogen.sh