[pkg-java] r16677 - trunk/commons-configuration/debian

Emmanuel Bourg ebourg-guest at alioth.debian.org
Thu May 16 15:54:23 UTC 2013


Author: ebourg-guest
Date: 2013-05-16 15:54:23 +0000 (Thu, 16 May 2013)
New Revision: 16677

Removed:
   trunk/commons-configuration/debian/orig-tar.sh
Modified:
   trunk/commons-configuration/debian/changelog
   trunk/commons-configuration/debian/watch
Log:
debian/watch: Changed to point the official Apache distribution server



Modified: trunk/commons-configuration/debian/changelog
===================================================================
--- trunk/commons-configuration/debian/changelog	2013-05-16 15:34:18 UTC (rev 16676)
+++ trunk/commons-configuration/debian/changelog	2013-05-16 15:54:23 UTC (rev 16677)
@@ -5,8 +5,9 @@
   * Upgraded the dependency on the Servlet API (2.5 -> 3.0)
   * Removed the dependency on the Activation Framework (glassfish-activation)
   * Added the dependency on junit4
+  * debian/watch: Changed to point the official Apache distribution server
 
- -- Emmanuel Bourg <ebourg at apache.org>  Thu, 16 May 2013 17:32:43 +0200
+ -- Emmanuel Bourg <ebourg at apache.org>  Thu, 16 May 2013 17:47:54 +0200
 
 commons-configuration (1.7-1) unstable; urgency=low
 

Deleted: trunk/commons-configuration/debian/orig-tar.sh
===================================================================
--- trunk/commons-configuration/debian/orig-tar.sh	2013-05-16 15:34:18 UTC (rev 16676)
+++ trunk/commons-configuration/debian/orig-tar.sh	2013-05-16 15:54:23 UTC (rev 16677)
@@ -1,11 +0,0 @@
-#!/bin/sh -e
-
-# called by uscan with '--upstream-version' <version> <file>
-
-# move to directory 'tarballs'
-if [ -r .svn/deb-layout ]; then
-  . .svn/deb-layout
-  mv $3 $origDir
-  echo "moved $3 to $origDir"
-fi
-

Modified: trunk/commons-configuration/debian/watch
===================================================================
--- trunk/commons-configuration/debian/watch	2013-05-16 15:34:18 UTC (rev 16676)
+++ trunk/commons-configuration/debian/watch	2013-05-16 15:54:23 UTC (rev 16677)
@@ -1,3 +1,2 @@
 version=3
-http://ftp.uni-erlangen.de/pub/mirrors/apache/commons/configuration/source/commons-configuration-(.*)-src.tar.gz \
-  debian debian/orig-tar.sh
+http://archive.apache.org/dist/commons/configuration/source/commons-configuration-(.*)-src.tar.gz




More information about the pkg-java-commits mailing list