[med-svn] r443 - trunk/packages/gnumed-client/trunk/debian
tille at alioth.debian.org
tille at alioth.debian.org
Fri Sep 21 20:41:37 UTC 2007
Author: tille
Date: 2007-09-21 20:41:37 +0000 (Fri, 21 Sep 2007)
New Revision: 443
Modified:
trunk/packages/gnumed-client/trunk/debian/changelog
trunk/packages/gnumed-client/trunk/debian/control
trunk/packages/gnumed-client/trunk/debian/rules
Log:
Fixed get-orig-source target
Modified: trunk/packages/gnumed-client/trunk/debian/changelog
===================================================================
--- trunk/packages/gnumed-client/trunk/debian/changelog 2007-09-21 20:26:55 UTC (rev 442)
+++ trunk/packages/gnumed-client/trunk/debian/changelog 2007-09-21 20:41:37 UTC (rev 443)
@@ -1,6 +1,11 @@
-gnumed-client (0.2.7-1) unstable; urgency=low
+gnumed-client (0.2.7.0-1) unstable; urgency=low
* New upstream version
+ * New Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+ * Depends: python-uno, konsolekalendar
+ Recommends: libchipcard3-tools, openoffice.org-writer, amide
+ Suggests: korganizer
+ * Fixed get-orig-source target
-- Andreas Tille <tille at debian.org> Fri, 21 Sep 2007 20:30:58 +0200
Modified: trunk/packages/gnumed-client/trunk/debian/control
===================================================================
--- trunk/packages/gnumed-client/trunk/debian/control 2007-09-21 20:26:55 UTC (rev 442)
+++ trunk/packages/gnumed-client/trunk/debian/control 2007-09-21 20:41:37 UTC (rev 443)
@@ -1,7 +1,8 @@
Source: gnumed-client
Section: misc
Priority: optional
-Maintainer: Andreas Tille <tille at debian.org>
+Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Andreas Tille <tille at debian.org>
Build-Depends: debhelper (>= 5.0.37.2)
Build-Depends-Indep: po-debconf, python-support (>= 0.3.8), python-all-dev (>= 2.3.5-11)
Standards-Version: 3.7.2
Modified: trunk/packages/gnumed-client/trunk/debian/rules
===================================================================
--- trunk/packages/gnumed-client/trunk/debian/rules 2007-09-21 20:26:55 UTC (rev 442)
+++ trunk/packages/gnumed-client/trunk/debian/rules 2007-09-21 20:41:37 UTC (rev 443)
@@ -107,9 +107,14 @@
debian/po/templates.pot: $(templates)
@debconf-updatepo
-get-orig-source:
- wget http://savannah.gnu.org/download/gnumed/GNUmed-client.0.1-rc5.tgz
+version := $(shell dpkg-parsechangelog | grep "^Version:" | sed -e "s/^Version:[[:space:]]\+\([\.0-9]*\)-[0-9]\+[[:space:]]*/\1/" )
+get-orig-source: $(client)_$(version).orig.tar.gz
+
+$(client)_$(version).orig.tar.gz:
+ wget http://www.gnumed.de/downloads/client/0.2/GNUmed-client.$(version).tgz
+ mv GNUmed-client.$(version).tgz $@
+
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install
More information about the debian-med-commit
mailing list