r44778 - in /desktop/unstable/adwaita-icon-theme/debian: changelog control control.in rules
pochu at users.alioth.debian.org
pochu at users.alioth.debian.org
Wed May 27 16:29:02 UTC 2015
Author: pochu
Date: Wed May 27 16:29:01 2015
New Revision: 44778
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=44778
Log:
* debian/control.in,
debian/rules:
+ Run gnome-autogen.sh. Fixes translations being shipped in /usr/locale
instead of /usr/shared/locale in the last tarball. Closes: #786723.
Modified:
desktop/unstable/adwaita-icon-theme/debian/changelog
desktop/unstable/adwaita-icon-theme/debian/control
desktop/unstable/adwaita-icon-theme/debian/control.in
desktop/unstable/adwaita-icon-theme/debian/rules
Modified: desktop/unstable/adwaita-icon-theme/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/adwaita-icon-theme/debian/changelog?rev=44778&op=diff
==============================================================================
--- desktop/unstable/adwaita-icon-theme/debian/changelog [utf-8] (original)
+++ desktop/unstable/adwaita-icon-theme/debian/changelog [utf-8] Wed May 27 16:29:01 2015
@@ -1,3 +1,12 @@
+adwaita-icon-theme (3.16.2.1-2) UNRELEASED; urgency=medium
+
+ * debian/control.in,
+ debian/rules:
+ + Run gnome-autogen.sh. Fixes translations being shipped in /usr/locale
+ instead of /usr/shared/locale in the last tarball. Closes: #786723.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org> Wed, 27 May 2015 11:03:24 +0200
+
adwaita-icon-theme (3.16.2.1-1) unstable; urgency=medium
* New upstream release.
Modified: desktop/unstable/adwaita-icon-theme/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/adwaita-icon-theme/debian/control?rev=44778&op=diff
==============================================================================
--- desktop/unstable/adwaita-icon-theme/debian/control [utf-8] (original)
+++ desktop/unstable/adwaita-icon-theme/debian/control [utf-8] Wed May 27 16:29:01 2015
@@ -9,6 +9,8 @@
Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>
Build-Depends: debhelper (>= 8),
cdbs,
+ dh-autoreconf,
+ gnome-common,
gnome-pkg-tools (>= 0.10)
Build-Depends-Indep: gettext,
intltool (>= 0.40.0),
Modified: desktop/unstable/adwaita-icon-theme/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/adwaita-icon-theme/debian/control.in?rev=44778&op=diff
==============================================================================
--- desktop/unstable/adwaita-icon-theme/debian/control.in [utf-8] (original)
+++ desktop/unstable/adwaita-icon-theme/debian/control.in [utf-8] Wed May 27 16:29:01 2015
@@ -5,6 +5,8 @@
Uploaders: @GNOME_TEAM@
Build-Depends: debhelper (>= 8),
cdbs,
+ dh-autoreconf,
+ gnome-common,
gnome-pkg-tools (>= 0.10)
Build-Depends-Indep: gettext,
intltool (>= 0.40.0),
Modified: desktop/unstable/adwaita-icon-theme/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/adwaita-icon-theme/debian/rules?rev=44778&op=diff
==============================================================================
--- desktop/unstable/adwaita-icon-theme/debian/rules [utf-8] (original)
+++ desktop/unstable/adwaita-icon-theme/debian/rules [utf-8] Wed May 27 16:29:01 2015
@@ -1,5 +1,8 @@
#!/usr/bin/make -f
+DEB_DH_AUTORECONF_ARGS = gnome-autogen.sh
+
+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/utils.mk
More information about the pkg-gnome-commits
mailing list