[med-svn] r15179 - trunk/packages/libg2/trunk/debian
Andreas Tille
tille at alioth.debian.org
Sun Nov 10 07:41:39 UTC 2013
Author: tille
Date: 2013-11-10 07:41:39 +0000 (Sun, 10 Nov 2013)
New Revision: 15179
Modified:
trunk/packages/libg2/trunk/debian/changelog
trunk/packages/libg2/trunk/debian/control
Log:
Package builds now; add Depends: ${shlibs:Depends}
Modified: trunk/packages/libg2/trunk/debian/changelog
===================================================================
--- trunk/packages/libg2/trunk/debian/changelog 2013-11-10 07:36:21 UTC (rev 15178)
+++ trunk/packages/libg2/trunk/debian/changelog 2013-11-10 07:41:39 UTC (rev 15179)
@@ -1,14 +1,11 @@
g2 (0.72-3) UNRELEASED; urgency=low
- TODO
- * Fix FTBFS
- --> try to reduce complexity of debian/rules but not finished yet
-
* debian/control:
- Standards-Version: 3.9.4 (no changes needed)
- Canonical Vcs fields
- Get libgd2-dev dependency straight according to
http://lists.alioth.debian.org/pipermail/debian-med-packaging/2013-May/019692.html
+ also add ${shlibs:Depends}
- Drop libc6-dev dependency
- cme fix dpkg-control
* Debhelper 9 (control+compat)
Modified: trunk/packages/libg2/trunk/debian/control
===================================================================
--- trunk/packages/libg2/trunk/debian/control 2013-11-10 07:36:21 UTC (rev 15178)
+++ trunk/packages/libg2/trunk/debian/control 2013-11-10 07:41:39 UTC (rev 15179)
@@ -20,6 +20,7 @@
Architecture: any
Section: libdevel
Depends: libg20 (= ${binary:Version}),
+ ${shlibs:Depends},
${misc:Depends}
Description: g2 2D graphics library (development files)
g2 is an easy to use, portable and powerful 2D graphics library. It provides a
More information about the debian-med-commit
mailing list