r42112 - in /desktop/unstable/cogl/debian: changelog control control.in rules
ricotz-guest at users.alioth.debian.org
ricotz-guest at users.alioth.debian.org
Fri Aug 1 09:19:34 UTC 2014
Author: ricotz-guest
Date: Fri Aug 1 09:19:33 2014
New Revision: 42112
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=42112
Log:
Use dh-autorefconf to pick up distro-specific autotools updates
Modified:
desktop/unstable/cogl/debian/changelog
desktop/unstable/cogl/debian/control
desktop/unstable/cogl/debian/control.in
desktop/unstable/cogl/debian/rules
Modified: desktop/unstable/cogl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/cogl/debian/changelog?rev=42112&op=diff
==============================================================================
--- desktop/unstable/cogl/debian/changelog [utf-8] (original)
+++ desktop/unstable/cogl/debian/changelog [utf-8] Fri Aug 1 09:19:33 2014
@@ -1,8 +1,12 @@
cogl (1.18.2-2) UNRELEASED; urgency=medium
+ [ Andreas Henriksson ]
* Apply the remaining bits of Samuels Hurd/gles patch to
debian/control.*in* this time so they don't get lost on clean.
(Closes: #743316)
+
+ [ Rico Tzschichholz ]
+ * Use dh-autorefconf to pick up distro-specific autotools updates
-- Andreas Henriksson <andreas at fatal.se> Wed, 16 Jul 2014 18:19:01 +0200
Modified: desktop/unstable/cogl/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/cogl/debian/control?rev=42112&op=diff
==============================================================================
--- desktop/unstable/cogl/debian/control [utf-8] (original)
+++ desktop/unstable/cogl/debian/control [utf-8] Fri Aug 1 09:19:33 2014
@@ -10,6 +10,7 @@
Uploaders: Andreas Henriksson <andreas at fatal.se>, Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Sjoerd Simons <sjoerd at debian.org>
Build-Depends: debhelper (>= 8.1.3~),
cdbs (>= 0.4.93~),
+ dh-autoreconf,
gnome-pkg-tools,
gtk-doc-tools (>= 1.13),
libgbm-dev [linux-any],
Modified: desktop/unstable/cogl/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/cogl/debian/control.in?rev=42112&op=diff
==============================================================================
--- desktop/unstable/cogl/debian/control.in [utf-8] (original)
+++ desktop/unstable/cogl/debian/control.in [utf-8] Fri Aug 1 09:19:33 2014
@@ -5,6 +5,7 @@
Uploaders: @GNOME_TEAM@
Build-Depends: debhelper (>= 8.1.3~),
cdbs (>= 0.4.93~),
+ dh-autoreconf,
gnome-pkg-tools,
gtk-doc-tools (>= 1.13),
libgbm-dev [linux-any],
Modified: desktop/unstable/cogl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/cogl/debian/rules?rev=42112&op=diff
==============================================================================
--- desktop/unstable/cogl/debian/rules [utf-8] (original)
+++ desktop/unstable/cogl/debian/rules [utf-8] Fri Aug 1 09:19:33 2014
@@ -1,5 +1,6 @@
#!/usr/bin/make -f
+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