[med-svn] r10345 - trunk/packages/gnumed-client/trunk/debian
Andreas Tille
tille at alioth.debian.org
Thu Apr 5 13:55:46 UTC 2012
Author: tille
Date: 2012-04-05 13:55:44 +0000 (Thu, 05 Apr 2012)
New Revision: 10345
Modified:
trunk/packages/gnumed-client/trunk/debian/changelog
trunk/packages/gnumed-client/trunk/debian/compat
trunk/packages/gnumed-client/trunk/debian/control
trunk/packages/gnumed-client/trunk/debian/copyright
trunk/packages/gnumed-client/trunk/debian/rules
Log:
New upstream version and packaging updates (DEP5, Standards-Version, debhelper 9)
Modified: trunk/packages/gnumed-client/trunk/debian/changelog
===================================================================
--- trunk/packages/gnumed-client/trunk/debian/changelog 2012-04-05 13:26:05 UTC (rev 10344)
+++ trunk/packages/gnumed-client/trunk/debian/changelog 2012-04-05 13:55:44 UTC (rev 10345)
@@ -1,3 +1,15 @@
+gnumed-client (1.1.13-1) unstable; urgency=low
+
+ * New upstream version
+ * debian/control: Standards-Version: 3.9.3 (no changes needed)
+ * debian/{compat,control}: debhelper 9
+ * debian/{control,rules}: Removed explicite quilt dependency which
+ is implicitely given by source format 3.0 (quilt)
+ * debian/copyright: DEP5 verified using
+ cme fix dpkg-copyright
+
+ -- Andreas Tille <tille at debian.org> Thu, 05 Apr 2012 15:35:53 +0200
+
gnumed-client (1.1.12-1) unstable; urgency=low
* New upstream version
Modified: trunk/packages/gnumed-client/trunk/debian/compat
===================================================================
--- trunk/packages/gnumed-client/trunk/debian/compat 2012-04-05 13:26:05 UTC (rev 10344)
+++ trunk/packages/gnumed-client/trunk/debian/compat 2012-04-05 13:55:44 UTC (rev 10345)
@@ -1 +1 @@
-8
+9
Modified: trunk/packages/gnumed-client/trunk/debian/control
===================================================================
--- trunk/packages/gnumed-client/trunk/debian/control 2012-04-05 13:26:05 UTC (rev 10344)
+++ trunk/packages/gnumed-client/trunk/debian/control 2012-04-05 13:55:44 UTC (rev 10345)
@@ -4,9 +4,9 @@
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 (>= 0.47), po-debconf, python (>= 2.6),
+Build-Depends: debhelper (>= 9), po-debconf, python (>= 2.6),
dh-linktree, libjs-jquery, libjs-jquery-livequery
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/gnumed-client/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/gnumed-client/trunk/
Homepage: http://www.gnumed.de
Modified: trunk/packages/gnumed-client/trunk/debian/copyright
===================================================================
--- trunk/packages/gnumed-client/trunk/debian/copyright 2012-04-05 13:26:05 UTC (rev 10344)
+++ trunk/packages/gnumed-client/trunk/debian/copyright 2012-04-05 13:55:44 UTC (rev 10345)
@@ -1,11 +1,18 @@
-Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?sc=1
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: GNUmed
Upstream-Contact: Karsten Hilbert <Karsten.Hilbert at gmx.net>
Source: http://www.gnumed.de/downloads/client/
+Files: *
Copyright: © 2000-2005 Horst Herb, a.o.
- © 2005-2011 Karsten Hilbert, a.o.
+ © 2005-2012 Karsten Hilbert, a.o.
License: GPL-2+
+
+Files: debian/*
+Copyright: © 2008-2012 Andreas Tille <tille at debian.org>
+License: GPL-2+
+
+License: GPL-2+
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
@@ -23,7 +30,3 @@
On Debian systems, the complete text of the GNU General Public
License version 2 can be found in `/usr/share/common-licenses/GPL-2'.
-Files: debian/*
-Copyright: © 2008-2011 Andreas Tille <tille at debian.org>
-License: GPL-2+
- Same as GNUmed
Modified: trunk/packages/gnumed-client/trunk/debian/rules
===================================================================
--- trunk/packages/gnumed-client/trunk/debian/rules 2012-04-05 13:26:05 UTC (rev 10344)
+++ trunk/packages/gnumed-client/trunk/debian/rules 2012-04-05 13:55:44 UTC (rev 10345)
@@ -3,7 +3,7 @@
# Andreas Tille, GPL
%:
- dh $@ --with quilt --with python2 --with linktree
+ dh $@ --with python2 --with linktree
pkg=gnumed
client=$(pkg)-client
More information about the debian-med-commit
mailing list