[med-svn] r7252 - trunk/packages/ampliconnoise/trunk/debian

Andreas Tille tille at alioth.debian.org
Mon Jul 11 19:23:25 UTC 2011


Author: tille
Date: 2011-07-11 19:23:25 +0000 (Mon, 11 Jul 2011)
New Revision: 7252

Modified:
   trunk/packages/ampliconnoise/trunk/debian/changelog
   trunk/packages/ampliconnoise/trunk/debian/copyright
   trunk/packages/ampliconnoise/trunk/debian/get-orig-source
   trunk/packages/ampliconnoise/trunk/debian/watch
Log:
Fixed watch file, less verbose get-orig-source, copyright in DEP5 format


Modified: trunk/packages/ampliconnoise/trunk/debian/changelog
===================================================================
--- trunk/packages/ampliconnoise/trunk/debian/changelog	2011-07-11 16:34:29 UTC (rev 7251)
+++ trunk/packages/ampliconnoise/trunk/debian/changelog	2011-07-11 19:23:25 UTC (rev 7252)
@@ -1,3 +1,13 @@
+ampliconnoise (1.24-1) unstable; urgency=low
+
+  * debian/watch: Use googlecode.debian.net to make sure the
+    source tarball will be really found
+  * debian/get-orig-source: Make sure temporary dir will be
+    created, less noisy
+  * debian/copyright: DEP5 format
+
+ -- Andreas Tille <tille at debian.org>  Mon, 11 Jul 2011 19:22:16 +0200
+
 ampliconnoise (1.24-1ubuntu2) lucid; urgency=low
 
   * Fix build to use OpenMPI explicitly. Explicitly made build use

Modified: trunk/packages/ampliconnoise/trunk/debian/copyright
===================================================================
--- trunk/packages/ampliconnoise/trunk/debian/copyright	2011-07-11 16:34:29 UTC (rev 7251)
+++ trunk/packages/ampliconnoise/trunk/debian/copyright	2011-07-11 19:23:25 UTC (rev 7252)
@@ -1,24 +1,33 @@
-This work was packaged for Debian by:
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: AmpliconNoise
+Upstream-Contact: Tim Booth <tbooth at ceh.ac.uk>
+Source: http://code.google.com/p/ampliconnoise/
 
-    Tim Booth <tbooth at ceh.ac.uk> on Wed, 27 Apr 2011 14:48:11 +0100
 
-It was downloaded from http://code.google.com/p/ampliconnoise/
+Files: *
+Copyright: © 2009-2011 Christopher Quince <quince at civil.gla.ac.uk>
+License: GNU Lesser GPL v3
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 3 of the License, or (at your option) any later version.
+ .
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library ('COPYING'); if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ .
+ On Debian systems, the full text of the GNU LESSER GENERAL
+ PUBLIC LICENSE can be found in the file
+ `/usr/share/common-licenses/LGPL-3'.
 
-Upstream Author(s):
 
-    Chris Quince <quince at civil.gla.ac.uk>
-
-Copyright:
-
-    Copyright (C) 2009-2011 Christopher Quince
-
-License:
-
-    GNU Lesser GPL
-
-The Debian packaging is:
-
-    Copyright (C) 2011 Tim Booth <tbooth at ceh.ac.uk>
-
-and is licensed under the GPL version 3, 
-see `/usr/share/common-licenses/GPL-3'.
+Files: debian/*
+Copyright: © Tim Booth <tbooth at ceh.ac.uk>
+License: GPL-3
+ The packaging is licensed under GPL version3
+ see `/usr/share/common-licenses/GPL-3'.

Modified: trunk/packages/ampliconnoise/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/ampliconnoise/trunk/debian/get-orig-source	2011-07-11 16:34:29 UTC (rev 7251)
+++ trunk/packages/ampliconnoise/trunk/debian/get-orig-source	2011-07-11 19:23:25 UTC (rev 7252)
@@ -5,9 +5,10 @@
 set -e
 
 # extra verbosity
-set -x
+# set -x
 
 origDir=../tarballs
+mkdir -p $origDir
 if [ -r .svn/deb-layout ]; then
 	. .svn/deb-layout
 fi

Modified: trunk/packages/ampliconnoise/trunk/debian/watch
===================================================================
--- trunk/packages/ampliconnoise/trunk/debian/watch	2011-07-11 16:34:29 UTC (rev 7251)
+++ trunk/packages/ampliconnoise/trunk/debian/watch	2011-07-11 19:23:25 UTC (rev 7252)
@@ -1,7 +1,4 @@
-# Compulsory line, this is a version 3 file
 version=3
 
-# Uncomment to examine a Webpage
-# <Webpage URL> <string match>
-http://code.google.com/p/ampliconnoise/downloads/list .*AmpliconNoiseV([.0-9]*)\.tar\.gz
-    
+# http://code.google.com/p/ampliconnoise/downloads/list .*AmpliconNoiseV([.0-9]*)\.tar\.gz
+http://googlecode.debian.net/p/ampliconnoise/AmpliconNoiseV([.0-9]*)\.tar\.gz




More information about the debian-med-commit mailing list