[Pkg-gpe-maintainers] Ubuntu libgpeschedule 0.17-3ubuntu1
Ubuntu Merge-o-Matic
mom at ubuntu.com
Sun Apr 3 09:19:05 UTC 2011
This e-mail has been sent due to an upload to Ubuntu that contains Ubuntu
changes. It contains the difference between the new version and the
previous version of the same source package in Ubuntu.
-------------- next part --------------
Format: 1.8
Date: Sat, 02 Apr 2011 20:06:39 -0700
Source: libgpeschedule
Binary: libgpeschedule0 libgpeschedule-dev libgpeschedule0-dbg
Architecture: source
Version: 0.17-3ubuntu1
Distribution: natty
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Description:
libgpeschedule-dev - scheduling library for GPE (development files)
libgpeschedule0 - scheduling library for GPE
libgpeschedule0-dbg - scheduling library for GPE (debug symbols)
Changes:
libgpeschedule (0.17-3ubuntu1) natty; urgency=low
.
* debian/rules: clean the dependency_libs out of .la files at build
time, per Policy 10.2
Checksums-Sha1:
bccb889eb76d9fa44c3ac84775464f6352baf143 2110 libgpeschedule_0.17-3ubuntu1.dsc
cdc8a51fa85c4a7b5d77eed0e4c1a37003cd6725 3299 libgpeschedule_0.17-3ubuntu1.diff.gz
Checksums-Sha256:
dabff140cbf20786e231a009152495e56e02e6310d0ea78d296480cc5b6edf26 2110 libgpeschedule_0.17-3ubuntu1.dsc
69a6b8b05b6f5463e316b6edfb287fad2307e437d159f17a636d409806bd3f6c 3299 libgpeschedule_0.17-3ubuntu1.diff.gz
Files:
a4ef8259f5c98e01f10a00b2c342fcf8 2110 libs optional libgpeschedule_0.17-3ubuntu1.dsc
0035024b175910b578ad8e27bda2c20a 3299 libs optional libgpeschedule_0.17-3ubuntu1.diff.gz
Original-Maintainer: Neil Williams <codehelp at debian.org>
-------------- next part --------------
diff -pruN 0.17-3/debian/changelog 0.17-3ubuntu1/debian/changelog
--- 0.17-3/debian/changelog 2011-04-03 09:59:23.000000000 +0100
+++ 0.17-3ubuntu1/debian/changelog 2011-04-03 09:59:22.000000000 +0100
@@ -1,3 +1,10 @@
+libgpeschedule (0.17-3ubuntu1) natty; urgency=low
+
+ * debian/rules: clean the dependency_libs out of .la files at build
+ time, per Policy 10.2
+
+ -- Steve Langasek <steve.langasek at ubuntu.com> Sat, 02 Apr 2011 20:06:39 -0700
+
libgpeschedule (0.17-3) unstable; urgency=low
* Update Standards version (no changes)
diff -pruN 0.17-3/debian/control 0.17-3ubuntu1/debian/control
--- 0.17-3/debian/control 2011-04-03 09:59:23.000000000 +0100
+++ 0.17-3ubuntu1/debian/control 2011-04-03 09:59:22.000000000 +0100
@@ -1,7 +1,8 @@
Source: libgpeschedule
Section: libs
Priority: optional
-Maintainer: Neil Williams <codehelp at debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
+XSBC-Original-Maintainer: Neil Williams <codehelp at debian.org>
Uploaders: Debian GPE team <pkg-gpe-maintainers at lists.alioth.debian.org>, Moray Allan <moray at debian.org>,
Phil Blundell <pb at debian.org>, Philippe De Swert <philippedeswert at scarlet.be>
Build-Depends: cdbs, debhelper (>= 5), autotools-dev, libsqlite0-dev, libglib2.0-dev,
diff -pruN 0.17-3/debian/rules 0.17-3ubuntu1/debian/rules
--- 0.17-3/debian/rules 2011-04-03 09:59:23.000000000 +0100
+++ 0.17-3ubuntu1/debian/rules 2011-04-03 09:59:22.000000000 +0100
@@ -7,3 +7,8 @@ include /usr/share/cdbs/1/rules/simple-p
DEB_CONFIGURE_EXTRA_FLAGS = --enable-maintainer-mode --enable-haveat
clean::
rm -rf autom4te.cache/ libgpeschedule.la libgpeschedule.pc
+
+common-install-arch::
+ for file in debian/tmp/usr/lib/*.la; do \
+ sed -i "/dependency_libs/ s/'.*'/''/" $$file ; \
+ done
More information about the Pkg-gpe-maintainers
mailing list