r19614 - in /desktop/unstable/gtksourceview2/debian: changelog control control.in patches/ patches/99_ltmain_as-needed.patch rules
joss at users.alioth.debian.org
joss at users.alioth.debian.org
Thu Apr 16 15:50:51 UTC 2009
Author: joss
Date: Thu Apr 16 15:50:51 2009
New Revision: 19614
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=19614
Log:
* New upstream release.
* Bump shlibs to version 2.5.1 for the small API addition.
* Only set the Homepage field once.
* 99_ltmain_as-needed.patch: get --as-needed back to working with the
library.
Added:
desktop/unstable/gtksourceview2/debian/patches/
desktop/unstable/gtksourceview2/debian/patches/99_ltmain_as-needed.patch
Modified:
desktop/unstable/gtksourceview2/debian/changelog
desktop/unstable/gtksourceview2/debian/control
desktop/unstable/gtksourceview2/debian/control.in
desktop/unstable/gtksourceview2/debian/rules
Modified: desktop/unstable/gtksourceview2/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtksourceview2/debian/changelog?rev=19614&op=diff
==============================================================================
--- desktop/unstable/gtksourceview2/debian/changelog (original)
+++ desktop/unstable/gtksourceview2/debian/changelog Thu Apr 16 15:50:51 2009
@@ -1,4 +1,4 @@
-gtksourceview2 (2.6.0-1) UNRELEASED; urgency=low
+gtksourceview2 (2.6.1-1) unstable; urgency=low
[ Josselin Mouette ]
* Add libglib2.0-doc and libgtk2.0-doc to b-d-i to ensure proper
@@ -10,12 +10,17 @@
- Update Standards-Version to 3.8.1, no additional changes needed.
- Update Homepage fields to point to the new homepage
http://projects.gnome.org/gtksourceview/.
- * debian/rules:
- - Remove simple-patchsys and debian/patches/.
* debian/copyright:
- List upstream authors.
- -- Luca Bruno <lethalman88 at gmail.com> Wed, 08 Apr 2009 12:40:49 +0200
+ [ Josselin Mouette ]
+ * New upstream release.
+ * Bump shlibs to version 2.5.1 for the small API addition.
+ * Only set the Homepage field once.
+ * 99_ltmain_as-needed.patch: get --as-needed back to working with the
+ library.
+
+ -- Josselin Mouette <joss at debian.org> Thu, 16 Apr 2009 17:37:20 +0200
gtksourceview2 (2.4.2-1) unstable; urgency=low
Modified: desktop/unstable/gtksourceview2/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtksourceview2/debian/control?rev=19614&op=diff
==============================================================================
--- desktop/unstable/gtksourceview2/debian/control (original)
+++ desktop/unstable/gtksourceview2/debian/control Thu Apr 16 15:50:51 2009
@@ -15,6 +15,7 @@
Build-Depends-Indep: libglib2.0-doc, libgtk2.0-doc
Uploaders: Emilio Pozuelo Monfort <pochu at ubuntu.com>, Josselin Mouette <joss at debian.org>, Loic Minier <lool at dooz.org>, Rob Bradford <robster at debian.org>, Sebastian Dröge <slomo at debian.org>
Standards-Version: 3.8.1
+Homepage: http://projects.gnome.org/gtksourceview/
Package: libgtksourceview2.0-0
Section: libs
@@ -30,7 +31,6 @@
.
This package contains the shared libraries required by applications to use
this widget.
-Homepage: http://projects.gnome.org/gtksourceview/
Package: libgtksourceview2.0-common
Section: misc
@@ -46,7 +46,6 @@
".ini", Java, JavaScript, LaTeX, Lua, MSIL, Nemerle, Pascal, Perl, PHP, ".po"
(gettext), Python, R, Ruby, sh, SQL, Tcl, Texinfo, VB.NET, Verilog, VHDL and
XML.
-Homepage: http://projects.gnome.org/gtksourceview/
Package: libgtksourceview2.0-dev
Section: libdevel
@@ -63,7 +62,6 @@
.
This package contains the header files required if you wish to develop
software that uses the GtkSourceView widget.
-Homepage: http://projects.gnome.org/gtksourceview/
Package: libgtksourceview2.0-doc
Section: doc
@@ -75,4 +73,3 @@
other features typical of a source editor.
.
This package contains the GtkSourceView reference manual.
-Homepage: http://projects.gnome.org/gtksourceview/
Modified: desktop/unstable/gtksourceview2/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtksourceview2/debian/control.in?rev=19614&op=diff
==============================================================================
--- desktop/unstable/gtksourceview2/debian/control.in (original)
+++ desktop/unstable/gtksourceview2/debian/control.in Thu Apr 16 15:50:51 2009
@@ -15,6 +15,7 @@
Build-Depends-Indep: libglib2.0-doc, libgtk2.0-doc
Uploaders: @GNOME_TEAM@
Standards-Version: 3.8.1
+Homepage: http://projects.gnome.org/gtksourceview/
Package: libgtksourceview2.0-0
Section: libs
@@ -30,7 +31,6 @@
.
This package contains the shared libraries required by applications to use
this widget.
-Homepage: http://projects.gnome.org/gtksourceview/
Package: libgtksourceview2.0-common
Section: misc
@@ -46,7 +46,6 @@
".ini", Java, JavaScript, LaTeX, Lua, MSIL, Nemerle, Pascal, Perl, PHP, ".po"
(gettext), Python, R, Ruby, sh, SQL, Tcl, Texinfo, VB.NET, Verilog, VHDL and
XML.
-Homepage: http://projects.gnome.org/gtksourceview/
Package: libgtksourceview2.0-dev
Section: libdevel
@@ -63,7 +62,6 @@
.
This package contains the header files required if you wish to develop
software that uses the GtkSourceView widget.
-Homepage: http://projects.gnome.org/gtksourceview/
Package: libgtksourceview2.0-doc
Section: doc
@@ -75,4 +73,3 @@
other features typical of a source editor.
.
This package contains the GtkSourceView reference manual.
-Homepage: http://projects.gnome.org/gtksourceview/
Added: desktop/unstable/gtksourceview2/debian/patches/99_ltmain_as-needed.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtksourceview2/debian/patches/99_ltmain_as-needed.patch?rev=19614&op=file
==============================================================================
--- desktop/unstable/gtksourceview2/debian/patches/99_ltmain_as-needed.patch (added)
+++ desktop/unstable/gtksourceview2/debian/patches/99_ltmain_as-needed.patch Thu Apr 16 15:50:51 2009
@@ -1,0 +1,30 @@
+--- ltmain.sh.orig 2009-04-12 21:21:57.000000000 +0200
++++ ltmain.sh 2009-04-16 17:37:55.557350978 +0200
+@@ -4716,6 +4716,11 @@
+ arg=$func_stripname_result
+ ;;
+
++ -Wl,--as-needed)
++ deplibs="$deplibs $arg"
++ continue
++ ;;
++
+ -Wl,*)
+ func_stripname '-Wl,' '' "$arg"
+ args=$func_stripname_result
+@@ -5067,6 +5072,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/gtksourceview2/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtksourceview2/debian/rules?rev=19614&op=diff
==============================================================================
--- desktop/unstable/gtksourceview2/debian/rules (original)
+++ desktop/unstable/gtksourceview2/debian/rules Thu Apr 16 15:50:51 2009
@@ -4,6 +4,7 @@
# CDBS Classes & Rules
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
@@ -18,7 +19,7 @@
LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
# Debhelper Arguments
-DEB_DH_MAKESHLIBS_ARGS += -V 'libgtksourceview2.0-0 (>= 2.4.0)'
+DEB_DH_MAKESHLIBS_ARGS += -V 'libgtksourceview2.0-0 (>= 2.5.1)'
# Record build-time version information
binary-post-install/libgtksourceview2.0-common::
More information about the pkg-gnome-commits
mailing list