r24052 - in /desktop/unstable/gucharmap/debian: changelog control gucharmap.postinst patches/99_ltmain_as-needed.patch patches/series rules source/ source/format

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Tue Apr 27 18:12:41 UTC 2010


Author: dktrkranz
Date: Tue Apr 27 18:12:24 2010
New Revision: 24052

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=24052
Log:
* New upstream bugfix release.
* Switch to format 3.0 (quilt).
* debian/gucharmap.postinst:
  - It's now empty, remove it.

Added:
    desktop/unstable/gucharmap/debian/patches/series
    desktop/unstable/gucharmap/debian/source/
    desktop/unstable/gucharmap/debian/source/format
Removed:
    desktop/unstable/gucharmap/debian/gucharmap.postinst
Modified:
    desktop/unstable/gucharmap/debian/changelog
    desktop/unstable/gucharmap/debian/control
    desktop/unstable/gucharmap/debian/patches/99_ltmain_as-needed.patch
    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=24052&op=diff
==============================================================================
--- desktop/unstable/gucharmap/debian/changelog [utf-8] (original)
+++ desktop/unstable/gucharmap/debian/changelog [utf-8] Tue Apr 27 18:12:24 2010
@@ -1,3 +1,12 @@
+gucharmap (1:2.30.1-1) unstable; urgency=low
+
+  * New upstream bugfix release.
+  * Switch to format 3.0 (quilt).
+  * debian/gucharmap.postinst:
+    - It's now empty, remove it.
+
+ -- Luca Falavigna <dktrkranz at debian.org>  Tue, 27 Apr 2010 19:57:25 +0200
+
 gucharmap (1:2.30.0-1) unstable; urgency=low
 
   * New upstream release.

Modified: desktop/unstable/gucharmap/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gucharmap/debian/control?rev=24052&op=diff
==============================================================================
--- desktop/unstable/gucharmap/debian/control [utf-8] (original)
+++ desktop/unstable/gucharmap/debian/control [utf-8] Tue Apr 27 18:12:24 2010
@@ -1,8 +1,13 @@
+# This file is autogenerated. DO NOT EDIT!
+# 
+# Modifications should be made to debian/control.in instead.
+# This file is regenerated automatically in the clean target.
+
 Source: gucharmap
 Section: x11
 Priority: optional
 Maintainer: Sebastien Bacher <seb128 at debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Josselin Mouette <joss at debian.org>, Luca Falavigna <dktrkranz at debian.org>, Sebastian Dröge <slomo at debian.org>
+Uploaders: David Weinehall <tao at debian.org>, Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Josselin Mouette <joss at debian.org>, Luca Falavigna <dktrkranz at debian.org>, Sebastian Dröge <slomo at debian.org>
 Build-Depends: cdbs (>= 0.2.6),
                debhelper (>= 5),
                libgtk2.0-dev (>= 2.13.6),

Modified: 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=24052&op=diff
==============================================================================
--- desktop/unstable/gucharmap/debian/patches/99_ltmain_as-needed.patch [utf-8] (original)
+++ desktop/unstable/gucharmap/debian/patches/99_ltmain_as-needed.patch [utf-8] Tue Apr 27 18:12:24 2010
@@ -1,8 +1,12 @@
---- ltmain.sh	2007-08-14 18:43:36.000000000 +0100
-+++ ltmain.sh.new	2007-12-20 12:07:00.000000000 +0000
+Link with --as-needed, -z,defs and -O1
+
+Index: gucharmap-2.30.1/ltmain.sh
+===================================================================
+--- gucharmap-2.30.1.orig/ltmain.sh	2010-04-27 19:59:34.161231676 +0200
++++ gucharmap-2.30.1/ltmain.sh	2010-04-27 19:59:30.065237945 +0200
 @@ -4188,6 +4188,11 @@
-	func_stripname ' ' '' "$arg"
-	arg=$func_stripname_result
+ 	func_stripname ' ' '' "$arg"
+ 	arg=$func_stripname_result
  	;;
 +        
 +       -Wl,--as-needed)
@@ -11,7 +15,7 @@
 +        ;;
  
        -Wl,*)
-	func_stripname '-Wl,' '' "$arg"
+ 	func_stripname '-Wl,' '' "$arg"
 @@ -4543,6 +4548,15 @@
  	lib=
  	found=no

Added: desktop/unstable/gucharmap/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gucharmap/debian/patches/series?rev=24052&op=file
==============================================================================
--- desktop/unstable/gucharmap/debian/patches/series (added)
+++ desktop/unstable/gucharmap/debian/patches/series [utf-8] Tue Apr 27 18:12:24 2010
@@ -1,0 +1,1 @@
+99_ltmain_as-needed.patch

Modified: desktop/unstable/gucharmap/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gucharmap/debian/rules?rev=24052&op=diff
==============================================================================
--- desktop/unstable/gucharmap/debian/rules [utf-8] (original)
+++ desktop/unstable/gucharmap/debian/rules [utf-8] Tue Apr 27 18:12:24 2010
@@ -3,7 +3,6 @@
 # Copyright © 2003 Colin Walters <walters at verbum.org>
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk

Added: desktop/unstable/gucharmap/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gucharmap/debian/source/format?rev=24052&op=file
==============================================================================
--- desktop/unstable/gucharmap/debian/source/format (added)
+++ desktop/unstable/gucharmap/debian/source/format [utf-8] Tue Apr 27 18:12:24 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




More information about the pkg-gnome-commits mailing list