[Debian-med-packaging] [alteholz-guest at alioth.debian.org: r9221 - trunk/packages/swarm/trunk/debian]

Andreas Tille andreas at an3as.eu
Mon Jan 9 20:54:55 UTC 2012


Hi Torsten,

where did you found the new upstream version?  The homepages seems to
have vanished.

Kind regards

           Andreas.

----- Forwarded message from Thorsten Alteholz <alteholz-guest at alioth.debian.org> -----

Date: Mon,  9 Jan 2012 18:33:46 +0000
From: Thorsten Alteholz <alteholz-guest at alioth.debian.org>
To: debian-med-commit at lists.alioth.debian.org
Subject: r9221 - trunk/packages/swarm/trunk/debian
X-Spam_score: -2.8

Author: alteholz-guest
Date: 2012-01-09 18:33:46 +0000 (Mon, 09 Jan 2012)
New Revision: 9221

Added:
   trunk/packages/swarm/trunk/debian/compat
Modified:
   trunk/packages/swarm/trunk/debian/changelog
   trunk/packages/swarm/trunk/debian/control
   trunk/packages/swarm/trunk/debian/rules
Log:
improvements to get-orig-source and some other stuff

Modified: trunk/packages/swarm/trunk/debian/changelog
===================================================================
--- trunk/packages/swarm/trunk/debian/changelog	2012-01-09 18:31:30 UTC (rev 9220)
+++ trunk/packages/swarm/trunk/debian/changelog	2012-01-09 18:33:46 UTC (rev 9221)
@@ -1,3 +1,16 @@
+libswarm (2.4.1-1) UNRELEASED; urgency=low
+
+  [ Thorsten Alteholz ]
+  * New upstream version
+  * debian/control: no dependency on cdbs anymore
+  * debian/control: standards version set to 3.9.2, no changes needed
+  * debian/control: dependency for libxpm-dev added
+  * debian/rules: changed from cdbs to dh
+  * debian/rules: get-orig-source added
+  * debian/compat: added with level 8
+
+ -- DMPT <debian-med-packaging at lists.alioth.debian.org>  Mon, 09 Jan 2012 18:00:00 +0100
+
 libswarm (2.3.0-1) unstable; urgency=low
 
   * Initial release.

Added: trunk/packages/swarm/trunk/debian/compat
===================================================================
--- trunk/packages/swarm/trunk/debian/compat	                        (rev 0)
+++ trunk/packages/swarm/trunk/debian/compat	2012-01-09 18:33:46 UTC (rev 9221)
@@ -0,0 +1 @@
+8

Modified: trunk/packages/swarm/trunk/debian/control
===================================================================
--- trunk/packages/swarm/trunk/debian/control	2012-01-09 18:31:30 UTC (rev 9220)
+++ trunk/packages/swarm/trunk/debian/control	2012-01-09 18:33:46 UTC (rev 9221)
@@ -6,8 +6,8 @@
 Uploaders: Scott Christley <schristley at mac.com>,
  Andreas Tille <tille at debian.org>,
  Charles Plessy <plessy at debian.org>
-Build-Depends: cdbs, debhelper, gobjc, gperf, emacs, libhdf5-serial-dev, blt-dev, make
-Standards-Version: 3.8.3
+Build-Depends: debhelper (>= 8), gobjc, gperf, emacs, libhdf5-serial-dev, blt-dev, make, libxpm-dev
+Standards-Version: 3.9.2
 Homepage: http://www.swarm.org/
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/swarm/trunk/?rev=0&sc=0
 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/swarm/trunk/

Modified: trunk/packages/swarm/trunk/debian/rules
===================================================================
--- trunk/packages/swarm/trunk/debian/rules	2012-01-09 18:31:30 UTC (rev 9220)
+++ trunk/packages/swarm/trunk/debian/rules	2012-01-09 18:33:46 UTC (rev 9221)
@@ -1,7 +1,12 @@
 #!/usr/bin/make -f
-# debian/rules file for Swarm
-# export DH_VERBOSE=1
+# debian/rules for libswarm
 
-#include /usr/share/cdbs/1/rules/patchsys-quilt.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@
+
+get-orig-source:
+	mkdir -p ../tarballs
+	uscan --verbose --force-download --destdir ../tarballs


_______________________________________________
debian-med-commit mailing list
debian-med-commit at lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit


----- End forwarded message -----

-- 
http://fam-tille.de



More information about the Debian-med-packaging mailing list