r15588 - in /desktop/experimental/libgweather/debian: ./ patches/
slomo at users.alioth.debian.org
slomo at users.alioth.debian.org
Tue Apr 8 18:27:06 UTC 2008
Author: slomo
Date: Tue Apr 8 18:27:06 2008
New Revision: 15588
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15588
Log:
* New upstream bugfix release with API changes:
+ debian/control.in,
libgweather1.install:
- Update soname.
- Build depend on libxml2-dev.
+ debian/patches/01_location-dist-fixes.patch,
debian/patches/02_location-dist-files.patch:
- Dropped, merged upstream.
+ debian/patches/99_ltmain_as-needed.patch:
- Updated to apply cleanly again.
* debian/control.in:
+ Build depend on libxml-parser-perl (Closes: #471296).
*
Added:
desktop/experimental/libgweather/debian/libgweather1.install
- copied unchanged from r15587, desktop/experimental/libgweather/debian/libgweather0.install
Removed:
desktop/experimental/libgweather/debian/libgweather0.install
desktop/experimental/libgweather/debian/patches/01_location-dist-fixes.patch
desktop/experimental/libgweather/debian/patches/02_location-dist-files.patch
desktop/experimental/libgweather/debian/patches/98_autoreconf.patch
Modified:
desktop/experimental/libgweather/debian/changelog
desktop/experimental/libgweather/debian/control
desktop/experimental/libgweather/debian/control.in
desktop/experimental/libgweather/debian/patches/99_ltmain_as-needed.patch
Modified: desktop/experimental/libgweather/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libgweather/debian/changelog?rev=15588&op=diff
==============================================================================
--- desktop/experimental/libgweather/debian/changelog (original)
+++ desktop/experimental/libgweather/debian/changelog Tue Apr 8 18:27:06 2008
@@ -1,9 +1,19 @@
-libgweather (2.22.0-2) UNRELEASED; urgency=low
+libgweather (2.22.1.1-1) experimental; urgency=low
* debian/control.in:
+ Build depend on libxml-parser-perl (Closes: #471296).
+ * New upstream bugfix release with API changes:
+ + debian/control.in,
+ libgweather1.install:
+ - Update soname.
+ - Build depend on libxml2-dev.
+ + debian/patches/01_location-dist-fixes.patch,
+ debian/patches/02_location-dist-files.patch:
+ - Dropped, merged upstream.
+ + debian/patches/99_ltmain_as-needed.patch:
+ - Updated to apply cleanly again.
- -- Sebastian Dröge <slomo at debian.org> Mon, 17 Mar 2008 09:38:05 +0100
+ -- Sebastian Dröge <slomo at debian.org> Tue, 08 Apr 2008 20:19:12 +0200
libgweather (2.22.0-1) experimental; urgency=low
@@ -51,3 +61,10 @@
-- Sebastien Bacher <seb128 at canonical.com> Mon, 14 Jan 2008 10:45:38 +0100
+libgweather (2.22.0-2.1) unstable; urgency=low
+
+ * debian/control.in:
+ + Build depend on libxml-parser-perl (Closes: #471296).
+ *
+
+ -- Sebastian Dröge <slomo at debian.org> Tue, 08 Apr 2008 20:19:12 +0200
Modified: desktop/experimental/libgweather/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libgweather/debian/control?rev=15588&op=diff
==============================================================================
--- desktop/experimental/libgweather/debian/control (original)
+++ desktop/experimental/libgweather/debian/control Tue Apr 8 18:27:06 2008
@@ -5,6 +5,7 @@
Build-Depends: debhelper (>= 5),
autotools-dev,
cdbs,
+ libxml2-dev (>= 2.6.0),
libglib2.0-dev (>= 2.13.0),
libgtk2.0-dev (>= 2.11.0),
libgnomevfs2-dev (>= 2.15.4),
@@ -18,7 +19,7 @@
Package: libgweather-dev
Section: libdevel
Architecture: any
-Depends: libgweather0 (>= ${binary:Version}),
+Depends: libgweather1 (>= ${binary:Version}),
libgtk2.0-dev (>= 2.11.0),
libgnomevfs2-dev (>= 2.15.4)
Replaces: gnome-applets-dev (<< 2.21.3)
@@ -28,7 +29,7 @@
.
This package contains the include files and static library
-Package: libgweather0
+Package: libgweather1
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
Modified: desktop/experimental/libgweather/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libgweather/debian/control.in?rev=15588&op=diff
==============================================================================
--- desktop/experimental/libgweather/debian/control.in (original)
+++ desktop/experimental/libgweather/debian/control.in Tue Apr 8 18:27:06 2008
@@ -5,6 +5,7 @@
Build-Depends: debhelper (>= 5),
autotools-dev,
cdbs,
+ libxml2-dev (>= 2.6.0),
libglib2.0-dev (>= 2.13.0),
libgtk2.0-dev (>= 2.11.0),
libgnomevfs2-dev (>= 2.15.4),
@@ -18,7 +19,7 @@
Package: libgweather-dev
Section: libdevel
Architecture: any
-Depends: libgweather0 (>= ${binary:Version}),
+Depends: libgweather1 (>= ${binary:Version}),
libgtk2.0-dev (>= 2.11.0),
libgnomevfs2-dev (>= 2.15.4)
Replaces: gnome-applets-dev (<< 2.21.3)
@@ -28,7 +29,7 @@
.
This package contains the include files and static library
-Package: libgweather0
+Package: libgweather1
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
Modified: desktop/experimental/libgweather/debian/patches/99_ltmain_as-needed.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libgweather/debian/patches/99_ltmain_as-needed.patch?rev=15588&op=diff
==============================================================================
--- desktop/experimental/libgweather/debian/patches/99_ltmain_as-needed.patch (original)
+++ desktop/experimental/libgweather/debian/patches/99_ltmain_as-needed.patch Tue Apr 8 18:27:06 2008
@@ -2,19 +2,19 @@
===================================================================
--- nautilus-2.18.1.orig/ltmain.sh 2006-07-13 09:12:13.000000000 +0200
+++ nautilus-2.18.1/ltmain.sh 2007-06-06 23:36:38.899175453 +0200
-@@ -1794,6 +1794,11 @@
+@@ -1784,6 +1784,11 @@
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,//'`
arg=
-@@ -2134,6 +2139,15 @@
+@@ -2124,6 +2129,15 @@
lib=
found=no
case $deplib in
@@ -27,6 +27,6 @@
+ fi
+ continue
+ ;;
- -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
+ -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe)
if test "$linkmode,$pass" = "prog,link"; then
compile_deplibs="$deplib $compile_deplibs"
More information about the pkg-gnome-commits
mailing list