r50240 - in /desktop/unstable/gtk+2.0/debian: changelog rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Sat Sep 10 00:24:58 UTC 2016
Author: biebl
Date: Sat Sep 10 00:24:58 2016
New Revision: 50240
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50240
Log:
Remove an old shlibs.local hack which doesn't seem necessary anymore.
Modified:
desktop/unstable/gtk+2.0/debian/changelog
desktop/unstable/gtk+2.0/debian/rules
Modified: desktop/unstable/gtk+2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/changelog?rev=50240&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/changelog [utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/changelog [utf-8] Sat Sep 10 00:24:58 2016
@@ -7,6 +7,7 @@
* When linking against libgail18, automatically generate a dependency on
libgail-common. This was originally achieved via a .shlibs file but since
we use a .symbols file nowadays, move this over there.
+ * Remove an old shlibs.local hack which doesn't seem necessary anymore.
-- Michael Biebl <biebl at debian.org> Fri, 09 Sep 2016 23:20:25 +0200
Modified: desktop/unstable/gtk+2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/rules?rev=50240&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/rules [utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/rules [utf-8] Sat Sep 10 00:24:58 2016
@@ -308,15 +308,7 @@
-- -c4
dh_girepository -pgir1.2-gtk-2.0
dh_installdeb -s
- # override shlibs for libraries from this source before computing
- # dependencies of packages generated from this source; we already have
- # inter-dependencies expressed manually in the control file, we do not
- # need the shlibs to add duplicates
- cat debian/*/DEBIAN/shlibs | \
- sed -n -r -e 's/(([^ ]+: )?([^ ]+) ([^ ]+)) .*/\1/p' \
- > debian/shlibs.local
dh_shlibdeps
- -rm -f debian/shlibs.local
dh_gencontrol -s
dh_md5sums -s
dh_builddeb -s -- -Zxz
More information about the pkg-gnome-commits
mailing list