diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2013-06-19 18:40:31 -0400 |
---|---|---|
committer | Lars Uebernickel <lars.uebernickel@canonical.com> | 2013-06-19 18:40:31 -0400 |
commit | 9d78a433b18fd14af4d3cfa01684c32b93f91966 (patch) | |
tree | 50090298c2ddb55dc2fa7c2a3da5a1dce7d699ad /debian/rules | |
parent | a0773c53b13546f4957f2b2ac1f0455fedc05525 (diff) | |
download | ayatana-indicator-sound-9d78a433b18fd14af4d3cfa01684c32b93f91966.tar.gz ayatana-indicator-sound-9d78a433b18fd14af4d3cfa01684c32b93f91966.tar.bz2 ayatana-indicator-sound-9d78a433b18fd14af4d3cfa01684c32b93f91966.zip |
Fold all patches into source
These patches didn't apply to the current source. They added support for sound
settings panels in various desktop environments.
We need a better solution for that, which doesn't require patching the source
when a desktop environment wants a different command line.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index bbe2908..2ce3519 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ export DPKG_GENSYMBOLS_CHECK_LEVEL=4 %: - dh $@ --with translations,autoreconf,quilt + dh $@ --with translations,autoreconf override_dh_autoreconf: NOCONFIGURE=1 dh_autoreconf ./autogen.sh |