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 | |
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')
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index da1b8ac..6541ae5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ indicator-sound (0.7.4-0ubuntu1) UNRELEASED; urgency=low - menu resizes on reopen (LP: #809275) - pulse indication of SoundMenu play button not strong enough (LP: #742251) + * debian/rules + - Moved autoreconf to the top -- Ken VanDine <ken.vandine@canonical.com> Thu, 28 Jul 2011 17:12:15 -0400 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)/ |