r39709 - in /desktop/unstable/pygobject/debian: changelog control.in rules source/options
noskcaj-guest at users.alioth.debian.org
noskcaj-guest at users.alioth.debian.org
Wed Oct 9 08:34:36 UTC 2013
Author: noskcaj-guest
Date: Wed Oct 9 08:34:35 2013
New Revision: 39709
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=39709
Log:
Use dh_autoreconf
Added:
desktop/unstable/pygobject/debian/source/options
Modified:
desktop/unstable/pygobject/debian/changelog
desktop/unstable/pygobject/debian/control.in
desktop/unstable/pygobject/debian/rules
Modified: desktop/unstable/pygobject/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygobject/debian/changelog?rev=39709&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/changelog [utf-8] (original)
+++ desktop/unstable/pygobject/debian/changelog [utf-8] Wed Oct 9 08:34:35 2013
@@ -1,6 +1,11 @@
pygobject (3.10.0-2) UNRELEASED; urgency=low
- * debian/control.in: Add homepage field
+ * Create debian/source/options
+ * debian/control.in:
+ - Add homepage field
+ - Use canonical VCS fields
+ - B-dep on dh-autoreconf
+ * debian/rules: Add autoreconf
* debian/watch: Add support for more file formats
-- Jackson Doak <noskcaj at ubuntu.com> Wed, 09 Oct 2013 19:07:53 +1100
Modified: desktop/unstable/pygobject/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygobject/debian/control.in?rev=39709&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/control.in [utf-8] (original)
+++ desktop/unstable/pygobject/debian/control.in [utf-8] Wed Oct 9 08:34:35 2013
@@ -30,7 +30,8 @@
python-cairo-dbg,
gir1.2-glib-2.0 (>= 1.35.9),
gir1.2-freedesktop (>= 1.35.9),
- gir1.2-gtk-3.0
+ gir1.2-gtk-3.0,
+ dh-autoreconf
X-Python-Version: >= 2.7
Standards-Version: 3.9.4
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/pygobject
Modified: desktop/unstable/pygobject/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygobject/debian/rules?rev=39709&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/rules [utf-8] (original)
+++ desktop/unstable/pygobject/debian/rules [utf-8] Wed Oct 9 08:34:35 2013
@@ -21,7 +21,7 @@
$(NULL)
%:
- dh $@ --with python2,python3
+ dh $@ --with python2,python3,autoreconf
override_dh_auto_configure:
set -e && for x in $(FLAVOURS); do \
Added: desktop/unstable/pygobject/debian/source/options
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygobject/debian/source/options?rev=39709&op=file
==============================================================================
--- desktop/unstable/pygobject/debian/source/options (added)
+++ desktop/unstable/pygobject/debian/source/options [utf-8] Wed Oct 9 08:34:35 2013
@@ -0,0 +1 @@
+extend-diff-ignore = "(^|/)(config\.sub|config\.guess|Makefile)$"
More information about the pkg-gnome-commits
mailing list