diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-08-03 09:59:49 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-08-03 09:59:49 -0400 |
commit | 2cb144527dd7eda8299afa0155dbcb5017270f46 (patch) | |
tree | b8b9328b4f2294979f86ffd3ad91379cb5e7d6e5 /debian | |
parent | 6b8997c9efca965290f4aca1ec1440e6b5c70a54 (diff) | |
parent | e70592564797c841e8d843afd29d3053bedc0a00 (diff) | |
download | ayatana-indicator-power-2cb144527dd7eda8299afa0155dbcb5017270f46.tar.gz ayatana-indicator-power-2cb144527dd7eda8299afa0155dbcb5017270f46.tar.bz2 ayatana-indicator-power-2cb144527dd7eda8299afa0155dbcb5017270f46.zip |
* New upstream release.
- Set GETTEXT_PACKAGE to generate proper templates
- Dropped support for gnome-power-manager
* debian/patches/fix_defines.patch
- removed, merged upstream
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | debian/patches/fix_defines.patch | 25 | ||||
-rw-r--r-- | debian/patches/series | 1 |
3 files changed, 10 insertions, 26 deletions
diff --git a/debian/changelog b/debian/changelog index 8560027..7454cca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +indicator-power (0.5-0ubuntu1) UNRELEASED; urgency=low + + * New upstream release. + - Set GETTEXT_PACKAGE to generate proper templates + - Dropped support for gnome-power-manager + * debian/patches/fix_defines.patch + - removed, merged upstream + + -- Ken VanDine <ken.vandine@canonical.com> Wed, 03 Aug 2011 09:30:18 -0400 + indicator-power (0.4-0ubuntu3) oneiric; urgency=low * debian/control diff --git a/debian/patches/fix_defines.patch b/debian/patches/fix_defines.patch deleted file mode 100644 index 35d822a..0000000 --- a/debian/patches/fix_defines.patch +++ /dev/null @@ -1,25 +0,0 @@ -=== modified file 'Makefile.am' ---- old/Makefile.am 2011-07-15 09:26:50 +0000 -+++ new/Makefile.am 2011-07-28 16:51:20 +0000 -@@ -13,6 +13,7 @@ - libpower_la_CFLAGS = \ - $(UPOWER_CFLAGS) \ - $(INDICATOR_CFLAGS) \ -+ -DHAVE_GSD \ - -Wall -Werror \ - -DG_LOG_DOMAIN=\"Indicator-Power\" - libpower_la_LIBADD = \ - -=== modified file 'configure.ac' ---- old/configure.ac 2011-07-18 13:40:17 +0000 -+++ new/configure.ac 2011-07-28 16:51:16 +0000 -@@ -39,7 +39,7 @@ - gtk+-3.0 >= $GTK_REQUIRED_VERSION - indicator3-0.4 >= $INDICATOR_REQUIRED_VERSION - ]) --PKG_CHECK_MODULES([GSD],[gnome-settings-daemon>= $GSD_REQUIRED_VERSION], -+PKG_CHECK_MODULES([GSD],[gnome-settings-daemon >= $GSD_REQUIRED_VERSION], - [have_gsd=yes],[have_gsd=no]) - AM_CONDITIONAL([HAVE_GSD],[test x$have_gsd = xyes]) - - diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 5eb90f8..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -fix_defines.patch |