[libwnck] 03/38: * Team upload. * debian/rules: include autoreconf.mk and add CFLAGS to avoid build failure on missing prototypes. (Closes: #558581) * Add dh-autoreconf build-dependency as required by previous change.

Mike Gabriel sunweaver at debian.org
Mon Feb 8 15:01:17 UTC 2016


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository libwnck.

commit ff5783913526c975e70efbb92efc27142e95b477
Author: ah <ah at db0db5de-e4c8-0310-9441-90abf70311f7>
Date:   Tue Sep 9 09:30:52 2014 +0000

    * Team upload.
    * debian/rules: include autoreconf.mk and add CFLAGS to avoid
      build failure on missing prototypes. (Closes: #558581)
    * Add dh-autoreconf build-dependency as required by previous change.
    
    git-svn-id: svn://anonscm.debian.org/pkg-gnome/attic/libwnck@42692 db0db5de-e4c8-0310-9441-90abf70311f7
---
 debian/changelog  | 14 ++++++++++++--
 debian/control.in |  1 +
 debian/rules      |  2 ++
 3 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8ffe4ac..64b7913 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,18 @@
-libwnck (2.30.7-2) UNRELEASED; urgency=medium
+libwnck (2.30.7-2) unstable; urgency=medium
 
+  * Team upload.
+
+  [ Andreas Henriksson ]
   * debian/control.in: Add Vcs-* URLs
 
- -- Andreas Henriksson <andreas at fatal.se>  Tue, 09 Sep 2014 11:17:41 +0200
+  [ Andreas Barth ]
+  * debian/rules: include autoreconf.mk and add CFLAGS to avoid
+    build failure on missing prototypes. (Closes: #558581)
+
+  [ Andreas Henriksson ]
+  * Add dh-autoreconf build-dependency as required by previous change.
+
+ -- Andreas Henriksson <andreas at fatal.se>  Tue, 09 Sep 2014 11:28:10 +0200
 
 libwnck (2.30.7-1) unstable; urgency=low
 
diff --git a/debian/control.in b/debian/control.in
index c00ae73..5657205 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -5,6 +5,7 @@ Maintainer: Josselin Mouette <joss at debian.org>
 Uploaders: @GNOME_TEAM@
 Standards-Version: 3.9.2
 Build-Depends: debhelper (>= 8),
+               dh-autoreconf,
                libgtk2.0-dev (>= 2.19.7),
                gettext,
                libstartup-notification0-dev (>= 0.7),
diff --git a/debian/rules b/debian/rules
index 394c327..60b4a06 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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/rules/utils.mk
 include /usr/share/cdbs/1/class/gnome.mk
@@ -9,6 +10,7 @@ include /usr/share/gnome-pkg-tools/1/rules/clean-la.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+CFLAGS += -Wno-error=missing-prototypes
 
 DEB_CONFIGURE_EXTRA_FLAGS += \
 	--disable-gtk-doc \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/libwnck.git



More information about the pkg-mate-commits mailing list