[med-svn] r9874 - in trunk/packages/aeskulap/trunk/debian: . patches
Andreas Tille
tille at alioth.debian.org
Mon Mar 5 08:08:28 UTC 2012
Author: tille
Date: 2012-03-05 08:08:27 +0000 (Mon, 05 Mar 2012)
New Revision: 9874
Modified:
trunk/packages/aeskulap/trunk/debian/changelog
trunk/packages/aeskulap/trunk/debian/compat
trunk/packages/aeskulap/trunk/debian/control
trunk/packages/aeskulap/trunk/debian/copyright
trunk/packages/aeskulap/trunk/debian/patches/20_gcc4.4.patch
Log:
Packaging updates: debhelper 9 to enable hardening flags, bumped standards-version, DEP5
Modified: trunk/packages/aeskulap/trunk/debian/changelog
===================================================================
--- trunk/packages/aeskulap/trunk/debian/changelog 2012-03-04 22:24:38 UTC (rev 9873)
+++ trunk/packages/aeskulap/trunk/debian/changelog 2012-03-05 08:08:27 UTC (rev 9874)
@@ -1,3 +1,14 @@
+aeskulap (0.2.2b1-11) unstable; urgency=low
+
+ * enable hardening flags by bumping debhelper compat version to 9
+ (thanks for the patch to Simon Ruderich <simon at ruderich.org>)
+ Closes: #662252
+ * debian/control: Standards-Version: 3.9.3 (no changes needed)
+ * debian/copyright: Rewritten to match DEP5
+ * debian/patches/20_gcc4.4.patch: Add missing description
+
+ -- Andreas Tille <tille at debian.org> Mon, 05 Mar 2012 08:34:01 +0100
+
aeskulap (0.2.2b1-10) unstable; urgency=low
* Follow the advise to use dh-autoreconf (control+rules) of
Modified: trunk/packages/aeskulap/trunk/debian/compat
===================================================================
--- trunk/packages/aeskulap/trunk/debian/compat 2012-03-04 22:24:38 UTC (rev 9873)
+++ trunk/packages/aeskulap/trunk/debian/compat 2012-03-05 08:08:27 UTC (rev 9874)
@@ -1 +1 @@
-8
+9
Modified: trunk/packages/aeskulap/trunk/debian/control
===================================================================
--- trunk/packages/aeskulap/trunk/debian/control 2012-03-04 22:24:38 UTC (rev 9873)
+++ trunk/packages/aeskulap/trunk/debian/control 2012-03-05 08:08:27 UTC (rev 9874)
@@ -5,10 +5,10 @@
DM-Upload-Allowed: yes
Uploaders: Andreas Tille <tille at debian.org>,
Mathieu Malaterre <mathieu.malaterre at gmail.com>
-Build-Depends: debhelper (>= 8), dh-autoreconf, libssl-dev, libgtkmm-2.4-dev,
+Build-Depends: debhelper (>= 9), dh-autoreconf, libssl-dev, libgtkmm-2.4-dev,
libglademm-2.4-dev, libgconfmm-2.6-dev, libwrap0-dev, intltool, libdcmtk2-dev,
libtiff4-dev
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
Homepage: http://aeskulap.nongnu.org
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/aeskulap/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/aeskulap/trunk/
Modified: trunk/packages/aeskulap/trunk/debian/copyright
===================================================================
--- trunk/packages/aeskulap/trunk/debian/copyright 2012-03-04 22:24:38 UTC (rev 9873)
+++ trunk/packages/aeskulap/trunk/debian/copyright 2012-03-05 08:08:27 UTC (rev 9874)
@@ -1,28 +1,24 @@
-This package was debianized by Andreas Tille <tille at debian.org> on
-Mon, 12 Nov 2007 14:40:43 +0100.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Aeskulap
+Upstream-Contact: Alexander Pipelka <pipelka at teleweb.at>
+Source: http://www.bms-austria.com/~pipelka/aeskulap/
-It was downloaded from http://www.bms-austria.com/~pipelka/aeskulap/
+Files: *
+Copyright: 2005-2007 Alexander Pipelka <pipelka at teleweb.at>
+ Gianluca Ghelli
+License: GPL-2 and LGPL-2.1
+ The binary aeskulap is released under the GNU GENERAL PUBLIC
+ LICENSE version 2, the accompanying library libimagepool
+ is released under the GNU LESSER GENERAL PUBLIC LICENSE
+ version 2.1.
+ .
+ On Debian GNU/Linux you can find these licenses under
+ `/usr/share/common-licenses/GPL-2' or `/usr/share/common-licenses/LGPL-2.1'
+ respectively.
-The homepage is: http://aeskulap.nongnu.org
+Files: debian/*
+Copyright: 2007-2012 Andreas Tille <tille at debian.org>
+License: GPL-2
+ The Debian packaging is licensed under the GPL,
+ see `/usr/share/common-licenses/GPL-2'.
-Upstream Authors:
-
- Alexander Pipelka <pipelka at teleweb.at>
- Gianluca Ghelli
-
-Copyright:
-
- Copyright (C) 2005-2007 Alexander Pipelka
-
-License:
- The binary aeskulap is released under the GNU GENERAL PUBLIC
- LICENSE version 2, the accompanying library libimagepool
- is released under the GNU LESSER GENERAL PUBLIC LICENSE
- version 2.1.
-
-On Debian GNU/Linux you can find these licenses under
-`/usr/share/common-licenses/GPL-2' or `/usr/share/common-licenses/LGPL-2.1'
-respectively.
-
-The Debian packaging is (C) 2007, Andreas Tille <tille at debian.org> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'.
Modified: trunk/packages/aeskulap/trunk/debian/patches/20_gcc4.4.patch
===================================================================
--- trunk/packages/aeskulap/trunk/debian/patches/20_gcc4.4.patch 2012-03-04 22:24:38 UTC (rev 9873)
+++ trunk/packages/aeskulap/trunk/debian/patches/20_gcc4.4.patch 2012-03-05 08:08:27 UTC (rev 9874)
@@ -1,3 +1,8 @@
+Author: Martin Michlmayr <tbm at cyrius.com>
+Bug-Closed: http://bugs.debian.org/504891
+Date: Fri, 7 Nov 2008 20:06:01 UTC
+Description: Add missing include for gcc4.4
+
--- aeskulap-0.2.2-beta1.orig/configuration/aconfiguration-gconf.cpp
+++ aeskulap-0.2.2-beta1/configuration/aconfiguration-gconf.cpp
@@ -27,6 +27,7 @@
More information about the debian-med-commit
mailing list