diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-07-29 10:22:17 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-07-29 10:22:17 -0400 |
commit | c277163e3011970526835a288749cdd12dde6c52 (patch) | |
tree | 4c71482a1ba1428c1283adab0d3dc95f5d2e97d6 /debian/rules | |
parent | 81057468f44bb02e8cda510dc6bec30fe2ba987e (diff) | |
download | ayatana-indicator-sound-c277163e3011970526835a288749cdd12dde6c52.tar.gz ayatana-indicator-sound-c277163e3011970526835a288749cdd12dde6c52.tar.bz2 ayatana-indicator-sound-c277163e3011970526835a288749cdd12dde6c52.zip |
* debian/rules
- Moved autoreconf to the top
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 2c0cbeb..dfd669b 100755 --- a/debian/rules +++ b/debian/rules @@ -3,9 +3,9 @@ DEB_BUILDDIR = build DEB_MAKE_FLAVORS = gtk2 gtk3 +include /usr/share/cdbs/1/rules/autoreconf.mk include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/gnome.mk -include /usr/share/cdbs/1/rules/autoreconf.mk DEB_MAKE_DESTDIRSKEL = $(CURDIR)/debian/tmp/@FLAVOR@ DEB_DESTDIR = $(CURDIR)/debian/tmp/$(cdbs_make_curflavor)/ |