r15122 - in /desktop/unstable/gucharmap/debian: changelog control control.in patches/00_relibtoolise.patch patches/99_ltmain_as-needed.patch rules

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Fri Mar 14 13:19:08 UTC 2008


Author: slomo
Date: Fri Mar 14 13:19:07 2008
New Revision: 15122

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15122
Log:
* New upstream stable release:
  + debian/control.in:
    - Update build dependencies.
  + debian/rules,
    debian/patches/99_ltmain_as-needed.patch:
    - Link with --as-needed, -z,defs and -O1.
  + debian/rules:
    - Update shlibs to >= 2.22.0 because of new API.
  + debian/patches/00_relibtoolise.patch:
    - Dropped, upstream uses Debian's libtool.

Added:
    desktop/unstable/gucharmap/debian/patches/99_ltmain_as-needed.patch
Removed:
    desktop/unstable/gucharmap/debian/patches/00_relibtoolise.patch
Modified:
    desktop/unstable/gucharmap/debian/changelog
    desktop/unstable/gucharmap/debian/control
    desktop/unstable/gucharmap/debian/control.in
    desktop/unstable/gucharmap/debian/rules

Modified: desktop/unstable/gucharmap/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gucharmap/debian/changelog?rev=15122&op=diff
==============================================================================
--- desktop/unstable/gucharmap/debian/changelog (original)
+++ desktop/unstable/gucharmap/debian/changelog Fri Mar 14 13:19:07 2008
@@ -1,3 +1,18 @@
+gucharmap (1:2.22.0-1) unstable; urgency=low
+
+  * New upstream stable release:
+    + debian/control.in:
+      - Update build dependencies.
+    + debian/rules,
+      debian/patches/99_ltmain_as-needed.patch:
+      - Link with --as-needed, -z,defs and -O1.
+    + debian/rules:
+      - Update shlibs to >= 2.22.0 because of new API.
+    + debian/patches/00_relibtoolise.patch:
+      - Dropped, upstream uses Debian's libtool.
+
+ -- Sebastian Dröge <slomo at debian.org>  Fri, 14 Mar 2008 14:09:08 +0100
+
 gucharmap (1:1.10.2-1) unstable; urgency=low
 
   * New upstream release with translation updates:

Modified: desktop/unstable/gucharmap/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gucharmap/debian/control?rev=15122&op=diff
==============================================================================
--- desktop/unstable/gucharmap/debian/control (original)
+++ desktop/unstable/gucharmap/debian/control Fri Mar 14 13:19:07 2008
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Sebastien Bacher <seb128 at debian.org>
 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Guilherme de S. Pastore <gpastore at debian.org>, J.H.M. Dassen (Ray) <jdassen at debian.org>, Loic Minier <lool at dooz.org>, Sebastian Dröge <slomo at debian.org>
-Build-Depends: cdbs (>= 0.2.6), debhelper (>= 5), libgtk2.0-dev (>= 2.2.0), libgnomeui-dev (>= 2.2.0), libpopt-dev, gnome-pkg-tools, scrollkeeper, libxml-parser-perl, gnome-doc-utils (>= 0.9.0), intltool (>= 0.3.5)
+Build-Depends: cdbs (>= 0.2.6), debhelper (>= 5), libgtk2.0-dev (>= 2.13.0), libglib2.0-dev (>= 2.3.0), libgconf2-dev, libpopt-dev, gnome-pkg-tools, scrollkeeper, libxml-parser-perl, gnome-doc-utils (>= 0.9.0), intltool (>= 0.3.5)
 Standards-Version: 3.7.3
 
 Package: gucharmap

Modified: desktop/unstable/gucharmap/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gucharmap/debian/control.in?rev=15122&op=diff
==============================================================================
--- desktop/unstable/gucharmap/debian/control.in (original)
+++ desktop/unstable/gucharmap/debian/control.in Fri Mar 14 13:19:07 2008
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Sebastien Bacher <seb128 at debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: cdbs (>= 0.2.6), debhelper (>= 5), libgtk2.0-dev (>= 2.2.0), libgnomeui-dev (>= 2.2.0), libpopt-dev, gnome-pkg-tools, scrollkeeper, libxml-parser-perl, gnome-doc-utils (>= 0.9.0), intltool (>= 0.3.5)
+Build-Depends: cdbs (>= 0.2.6), debhelper (>= 5), libgtk2.0-dev (>= 2.13.0), libglib2.0-dev (>= 2.3.0), libgconf2-dev, libpopt-dev, gnome-pkg-tools, scrollkeeper, libxml-parser-perl, gnome-doc-utils (>= 0.9.0), intltool (>= 0.3.5)
 Standards-Version: 3.7.3
 
 Package: gucharmap

Added: desktop/unstable/gucharmap/debian/patches/99_ltmain_as-needed.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gucharmap/debian/patches/99_ltmain_as-needed.patch?rev=15122&op=file
==============================================================================
--- desktop/unstable/gucharmap/debian/patches/99_ltmain_as-needed.patch (added)
+++ desktop/unstable/gucharmap/debian/patches/99_ltmain_as-needed.patch Fri Mar 14 13:19:07 2008
@@ -1,0 +1,30 @@
+--- ltmain.sh	2007-08-14 18:43:36.000000000 +0100
++++ ltmain.sh.new	2007-12-20 12:07:00.000000000 +0000
+@@ -1793,6 +1793,11 @@
+ 	IFS="$save_ifs"
+ 	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
+ 	;;
++        
++       -Wl,--as-needed)
++        deplibs="$deplibs $arg"
++        continue
++        ;;
+ 
+       -Wl,*)
+ 	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'`
+@@ -2137,6 +2142,15 @@
+ 	lib=
+ 	found=no
+ 	case $deplib in
++        -Wl,--as-needed)
++          if test "$linkmode,$pass" = "prog,link"; then
++            compile_deplibs="$deplib $compile_deplibs"
++            finalize_deplibs="$deplib $finalize_deplibs"
++          else
++            deplibs="$deplib $deplibs"
++          fi
++          continue
++          ;;
+ 	-mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
+ 	  if test "$linkmode,$pass" = "prog,link"; then
+ 	    compile_deplibs="$deplib $compile_deplibs"

Modified: desktop/unstable/gucharmap/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gucharmap/debian/rules?rev=15122&op=diff
==============================================================================
--- desktop/unstable/gucharmap/debian/rules (original)
+++ desktop/unstable/gucharmap/debian/rules Fri Mar 14 13:19:07 2008
@@ -20,5 +20,6 @@
 
 DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper
 
-DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,--as-needed"
+LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
+DEB_DH_MAKESHLIBS_ARGS_libgucharmap6 += -V 'libgucharmap6 (>= 1:2.22.0)'




More information about the pkg-gnome-commits mailing list