[med-svn] r15170 - trunk/packages/libg2/trunk/debian
Andreas Tille
tille at alioth.debian.org
Sun Nov 10 07:18:45 UTC 2013
Author: tille
Date: 2013-11-10 07:18:45 +0000 (Sun, 10 Nov 2013)
New Revision: 15170
Modified:
trunk/packages/libg2/trunk/debian/changelog
trunk/packages/libg2/trunk/debian/control
Log:
cme fix dpkg-control
Modified: trunk/packages/libg2/trunk/debian/changelog
===================================================================
--- trunk/packages/libg2/trunk/debian/changelog 2013-11-09 17:09:47 UTC (rev 15169)
+++ trunk/packages/libg2/trunk/debian/changelog 2013-11-10 07:18:45 UTC (rev 15170)
@@ -10,12 +10,13 @@
- Get libgd2-dev dependency straight according to
http://lists.alioth.debian.org/pipermail/debian-med-packaging/2013-May/019692.html
- Drop libc6-dev dependency
+ - cme fix dpkg-control
* Debhelper 9 (control+compat)
* debian/patches/series: drop patch stabelise_makefile.diff because
it seems to originate from improper use of autotools-dev which is
void now after using dh.
- -- Andreas Tille <tille at debian.org> Tue, 14 May 2013 09:37:57 +0200
+ -- Andreas Tille <tille at debian.org> Sun, 10 Nov 2013 08:12:07 +0100
g2 (0.72-2.1) unstable; urgency=low
Modified: trunk/packages/libg2/trunk/debian/control
===================================================================
--- trunk/packages/libg2/trunk/debian/control 2013-11-09 17:09:47 UTC (rev 15169)
+++ trunk/packages/libg2/trunk/debian/control 2013-11-10 07:18:45 UTC (rev 15170)
@@ -1,20 +1,27 @@
Source: g2
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Andreas Tille <tille at debian.org>
+Section: libs
Priority: optional
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-DM-Upload-Allowed: yes
-Uploaders: Andreas Tille <tille at debian.org>
-Build-Depends: debhelper (>= 8), quilt, autotools-dev, autoconf, libtool, libx11-dev, chrpath,
- libgd2-dev, xutils-dev
+Build-Depends: debhelper (>= 8),
+ quilt,
+ autotools-dev,
+ autoconf,
+ libtool,
+ libx11-dev,
+ chrpath,
+ libgd2-dev,
+ xutils-dev
Standards-Version: 3.9.4
-Section: libs
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/libg2/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/libg2/trunk
-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/libg2/trunk/
Homepage: http://g2.sourceforge.net/
Package: libg2-dev
+Architecture: any
Section: libdevel
-Architecture: any
-Depends: libg20 (= ${binary:Version}), ${misc:Depends}
+Depends: libg20 (= ${binary:Version}),
+ ${misc:Depends}
Description: g2 2D graphics library (development files)
g2 is an easy to use, portable and powerful 2D graphics library. It provides a
comprehensive set of functions for simultaneous generation of graphical output
@@ -25,7 +32,8 @@
Package: libg20
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Description: g2 2D graphics library
g2 is an easy to use, portable and powerful 2D graphics library. It provides a
comprehensive set of functions for simultaneous generation of graphical output
@@ -33,9 +41,12 @@
and provides Fortran and Perl interfaces.
Package: libg20-perl
+Architecture: any
Section: perl
-Architecture: any
-Depends: ${shlibs:Depends}, libg20 (>= ${binary:Version}), ${perl:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ libg20 (>= ${binary:Version}),
+ ${perl:Depends},
+ ${misc:Depends}
Description: g2 2D graphics library (Perl module)
g2 is an easy to use, portable and powerful 2D graphics library. It provides a
comprehensive set of functions for simultaneous generation of graphical output
More information about the debian-med-commit
mailing list