r29148 - in /packages/unstable/clutter-gst/debian: changelog control control.in patches/01_fix_dolt_m4.patch patches/series rules watch

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Thu Jul 28 11:19:35 UTC 2011


Author: bigon
Date: Thu Jul 28 11:19:34 2011
New Revision: 29148

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29148
Log:
* debian/patches/01_fix_dolt_m4.patch: Fix FTBFS on most arch
  (Closes: #631647)
* debian/control.in:
  - Add dh-autoreconf to the build-dependencies
  - Bump Standards-Version to 3.9.2 (no further changes)
  - Add Homepage and Vcs-* fields
  - Drop duplicate Section
* debian/rules:
  - Include autoreconf.mk and call dh_autoreconf with --as-needed
* debian/watch:
  - Switch to .bz2 tarballs.
  - Bump version to 3

Added:
    packages/unstable/clutter-gst/debian/patches/01_fix_dolt_m4.patch
    packages/unstable/clutter-gst/debian/patches/series
Modified:
    packages/unstable/clutter-gst/debian/changelog
    packages/unstable/clutter-gst/debian/control
    packages/unstable/clutter-gst/debian/control.in
    packages/unstable/clutter-gst/debian/rules
    packages/unstable/clutter-gst/debian/watch

Modified: packages/unstable/clutter-gst/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/clutter-gst/debian/changelog?rev=29148&op=diff
==============================================================================
--- packages/unstable/clutter-gst/debian/changelog [utf-8] (original)
+++ packages/unstable/clutter-gst/debian/changelog [utf-8] Thu Jul 28 11:19:34 2011
@@ -1,3 +1,20 @@
+clutter-gst (1.3.12-2) UNRELEASED; urgency=low
+
+  * debian/patches/01_fix_dolt_m4.patch: Fix FTBFS on most arch
+    (Closes: #631647)
+  * debian/control.in:
+    - Add dh-autoreconf to the build-dependencies
+    - Bump Standards-Version to 3.9.2 (no further changes)
+    - Add Homepage and Vcs-* fields
+    - Drop duplicate Section
+  * debian/rules:
+    - Include autoreconf.mk and call dh_autoreconf with --as-needed
+  * debian/watch:
+    - Switch to .bz2 tarballs.
+    - Bump version to 3
+
+ -- Laurent Bigonville <bigon at debian.org>  Thu, 28 Jul 2011 13:10:28 +0200
+
 clutter-gst (1.3.12-1) unstable; urgency=low
 
   [ Ross Burton ]

Modified: packages/unstable/clutter-gst/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/clutter-gst/debian/control?rev=29148&op=diff
==============================================================================
--- packages/unstable/clutter-gst/debian/control [utf-8] (original)
+++ packages/unstable/clutter-gst/debian/control [utf-8] Thu Jul 28 11:19:34 2011
@@ -7,9 +7,10 @@
 Section: libs
 Priority: optional
 Maintainer: Ross Burton <ross at debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Rob Bradford <robster at debian.org>, Sjoerd Simons <sjoerd at debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Laurent Bigonville <bigon at debian.org>, Rob Bradford <robster at debian.org>, Sjoerd Simons <sjoerd at debian.org>
 Build-Depends: debhelper (>= 5),
                cdbs,
+               dh-autoreconf (>= 4),
                gnome-pkg-tools,
                libglib2.0-0 (>= 2.18.0),
                libclutter-1.0-dev (>= 1.6.10-3),
@@ -18,10 +19,12 @@
                gobject-introspection (>= 0.9.12-4~),
                gir1.2-clutter-1.0,
                gir1.2-gst-plugins-base-0.10
-Standards-Version: 3.8.3
+Standards-Version: 3.9.2
+Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/clutter-gst
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/clutter-gst/
+Homepage: http://www.clutter-project.org/
 
 Package: libclutter-gst-1.0-0
-Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Open GL based interactive canvas library GStreamer elements
@@ -72,7 +75,6 @@
  This package contains the documentation.
 
 Package: gir1.2-clutter-gst-1.0
-Section: libs
 Architecture: any
 Depends: ${gir:Depends},
          ${shlibs:Depends},

Modified: packages/unstable/clutter-gst/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/clutter-gst/debian/control.in?rev=29148&op=diff
==============================================================================
--- packages/unstable/clutter-gst/debian/control.in [utf-8] (original)
+++ packages/unstable/clutter-gst/debian/control.in [utf-8] Thu Jul 28 11:19:34 2011
@@ -5,6 +5,7 @@
 Uploaders: @GNOME_TEAM@
 Build-Depends: debhelper (>= 5),
                cdbs,
+               dh-autoreconf (>= 4),
                gnome-pkg-tools,
                libglib2.0-0 (>= 2.18.0),
                libclutter-1.0-dev (>= 1.6.10-3),
@@ -13,10 +14,12 @@
                gobject-introspection (>= 0.9.12-4~),
                gir1.2-clutter-1.0,
                gir1.2-gst-plugins-base-0.10
-Standards-Version: 3.8.3
+Standards-Version: 3.9.2
+Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/clutter-gst
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/clutter-gst/
+Homepage: http://www.clutter-project.org/
 
 Package: libclutter-gst-1.0-0
-Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Open GL based interactive canvas library GStreamer elements
@@ -67,7 +70,6 @@
  This package contains the documentation.
 
 Package: gir1.2-clutter-gst-1.0
-Section: libs
 Architecture: any
 Depends: ${gir:Depends},
          ${shlibs:Depends},

Added: packages/unstable/clutter-gst/debian/patches/01_fix_dolt_m4.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/clutter-gst/debian/patches/01_fix_dolt_m4.patch?rev=29148&op=file
==============================================================================
--- packages/unstable/clutter-gst/debian/patches/01_fix_dolt_m4.patch (added)
+++ packages/unstable/clutter-gst/debian/patches/01_fix_dolt_m4.patch [utf-8] Thu Jul 28 11:19:34 2011
@@ -1,0 +1,30 @@
+Description: Fix FTBFS on most architechtures
+Origin: Debian
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=631647
+
+--- a/build/autotools/dolt.m4
++++ b/build/autotools/dolt.m4
+@@ -1,5 +1,5 @@
+ dnl dolt, a replacement for libtool
+-dnl Copyright © 2007-2008 Josh Triplett <josh at freedesktop.org>
++dnl Copyright © 2007-2010 Josh Triplett <josh at joshtriplett.org>
+ dnl Copying and distribution of this file, with or without modification,
+ dnl are permitted in any medium without royalty provided the copyright
+ dnl notice and this notice are preserved.
+@@ -22,7 +22,7 @@
+     dolt_supported=no
+ fi
+ case $host in
+-i?86-*-linux*|x86_64-*-linux*|powerpc-*-linux* \
++*-*-linux* \
+ |amd64-*-freebsd*|i?86-*-freebsd*|ia64-*-freebsd*)
+     pic_options='-fPIC'
+     ;;
+@@ -155,7 +155,6 @@
+ tagok=false
+ for arg in "$[]@"; do
+     case "$arg" in
+-        --silent) ;;
+         --mode=compile) modeok=true ;;
+         --tag=CC|--tag=CXX) tagok=true ;;
+         *) args@<:@${#args[@]}@:>@="$arg" ;;

Added: packages/unstable/clutter-gst/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/clutter-gst/debian/patches/series?rev=29148&op=file
==============================================================================
--- packages/unstable/clutter-gst/debian/patches/series (added)
+++ packages/unstable/clutter-gst/debian/patches/series [utf-8] Thu Jul 28 11:19:34 2011
@@ -1,0 +1,1 @@
+01_fix_dolt_m4.patch

Modified: packages/unstable/clutter-gst/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/clutter-gst/debian/rules?rev=29148&op=diff
==============================================================================
--- packages/unstable/clutter-gst/debian/rules [utf-8] (original)
+++ packages/unstable/clutter-gst/debian/rules [utf-8] Thu Jul 28 11:19:34 2011
@@ -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/autotools.mk
 include /usr/share/cdbs/1/rules/utils.mk
@@ -10,6 +11,8 @@
 GNOME_MODULE = clutter-gst
 GNOME_DOWNLOAD_URL = http://www.clutter-project.org/sources/$(GNOME_MODULE)/$(DEB_UPSTREAM_VERSION_MAJOR_MINOR)/$(GNOME_TARBALL)
 
+DEB_DH_AUTORECONF_ARGS = --as-needed
+
 DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-O1 -Wl,--as-needed"
 
 DEB_CONFIGURE_EXTRA_FLAGS = --enable-introspection=yes

Modified: packages/unstable/clutter-gst/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/clutter-gst/debian/watch?rev=29148&op=diff
==============================================================================
--- packages/unstable/clutter-gst/debian/watch [utf-8] (original)
+++ packages/unstable/clutter-gst/debian/watch [utf-8] Thu Jul 28 11:19:34 2011
@@ -1,2 +1,2 @@
-version=2
-http://www.clutter-project.org/sources/clutter-gst/([\d.]+[02468])/clutter-gst-(.*)\.tar\.gz
+version=3
+http://www.clutter-project.org/sources/clutter-gst/([\d.]+[02468])/clutter-gst-(.*)\.tar\.bz2




More information about the pkg-gnome-commits mailing list