[pkg-java] r15896 - in tags/joda-convert: . 1.2-1 1.2-1/debian
Mathieu Malaterre
malat at alioth.debian.org
Wed Apr 4 20:51:33 UTC 2012
Author: malat
Date: 2012-04-04 20:51:32 +0000 (Wed, 04 Apr 2012)
New Revision: 15896
Added:
tags/joda-convert/1.2-1/
tags/joda-convert/1.2-1/debian/
tags/joda-convert/1.2-1/debian/changelog
tags/joda-convert/1.2-1/debian/copyright
tags/joda-convert/1.2-1/debian/libjoda-convert-java-doc.lintian-overrides
tags/joda-convert/1.2-1/debian/maven.rules
tags/joda-convert/1.2-1/debian/orig-tar.sh
tags/joda-convert/1.2-1/debian/watch
Removed:
tags/joda-convert/1.2-1/debian/
tags/joda-convert/1.2-1/debian/changelog
tags/joda-convert/1.2-1/debian/copyright
tags/joda-convert/1.2-1/debian/maven.rules
tags/joda-convert/1.2-1/debian/watch
Log:
[svn-buildpackage] Tagging joda-convert 1.2-1
Deleted: tags/joda-convert/1.2-1/debian/changelog
===================================================================
--- trunk/joda-convert/debian/changelog 2012-04-04 17:14:36 UTC (rev 15888)
+++ tags/joda-convert/1.2-1/debian/changelog 2012-04-04 20:51:32 UTC (rev 15896)
@@ -1,5 +0,0 @@
-joda-convert (1.2-1) UNRELEASED; urgency=low
-
- * Initial release (Closes: #667522)
-
- -- Mathieu Malaterre <malat at debian.org> Wed, 04 Apr 2012 16:26:21 +0000
Copied: tags/joda-convert/1.2-1/debian/changelog (from rev 15890, trunk/joda-convert/debian/changelog)
===================================================================
--- tags/joda-convert/1.2-1/debian/changelog (rev 0)
+++ tags/joda-convert/1.2-1/debian/changelog 2012-04-04 20:51:32 UTC (rev 15896)
@@ -0,0 +1,5 @@
+joda-convert (1.2-1) unstable; urgency=low
+
+ * Initial release (Closes: #667522)
+
+ -- Mathieu Malaterre <malat at debian.org> Wed, 04 Apr 2012 22:13:54 +0200
Deleted: tags/joda-convert/1.2-1/debian/copyright
===================================================================
--- trunk/joda-convert/debian/copyright 2012-04-04 17:14:36 UTC (rev 15888)
+++ tags/joda-convert/1.2-1/debian/copyright 2012-04-04 20:51:32 UTC (rev 15896)
@@ -1,15 +0,0 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: Joda convert
-Source: http://joda-convert.sourceforge.net
-
-Files: *
-Copyright: 2010-2012, Joda.org
-License: Apache-2.0
-
-Files: debian/*
-Copyright: 2012, Mathieu Malaterre <malat at debian.org>
-License: Apache-2.0
-
-License: Apache-2.0
- On Debian GNU/Linux system you can find the complete text of the
- Apache-2.0 license in '/usr/share/common-licenses/Apache-2.0'
Copied: tags/joda-convert/1.2-1/debian/copyright (from rev 15893, trunk/joda-convert/debian/copyright)
===================================================================
--- tags/joda-convert/1.2-1/debian/copyright (rev 0)
+++ tags/joda-convert/1.2-1/debian/copyright 2012-04-04 20:51:32 UTC (rev 15896)
@@ -0,0 +1,15 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Joda convert
+Source: http://joda-convert.sourceforge.net
+
+Files: *
+Copyright: 2010-2012, Stephen Colebourne
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2012, Mathieu Malaterre <malat at debian.org>
+License: Apache-2.0
+
+License: Apache-2.0
+ On Debian GNU/Linux system you can find the complete text of the
+ Apache-2.0 license in '/usr/share/common-licenses/Apache-2.0'
Copied: tags/joda-convert/1.2-1/debian/libjoda-convert-java-doc.lintian-overrides (from rev 15890, trunk/joda-convert/debian/libjoda-convert-java-doc.lintian-overrides)
===================================================================
--- tags/joda-convert/1.2-1/debian/libjoda-convert-java-doc.lintian-overrides (rev 0)
+++ tags/joda-convert/1.2-1/debian/libjoda-convert-java-doc.lintian-overrides 2012-04-04 20:51:32 UTC (rev 15896)
@@ -0,0 +1 @@
+libjoda-convert-java-doc: codeless-jar usr/share/maven-repo/org/joda/joda-convert/1.2/joda-convert-1.2-javadoc.jar
Deleted: tags/joda-convert/1.2-1/debian/maven.rules
===================================================================
--- trunk/joda-convert/debian/maven.rules 2012-04-04 17:14:36 UTC (rev 15888)
+++ tags/joda-convert/1.2-1/debian/maven.rules 2012-04-04 20:51:32 UTC (rev 15896)
@@ -1,19 +0,0 @@
-# Maven rules - transform Maven dependencies and plugins
-# Format of this file is:
-# [group] [artifact] [type] [version] [classifier] [scope]
-# where each element can be either
-# - the exact string, for example org.apache for the group, or 3.1
-# for the version. In this case, the element is simply matched
-# and left as it is
-# - * (the star character, alone). In this case, anything will
-# match and be left as it is. For example, using * on the
-# position of the artifact field will match any artifact id
-# - a regular expression of the form s/match/replace/
-# in this case, elements that match are transformed using
-# the regex rule.
-# All elements much match before a rule can be applied
-# Example rule: match jar with groupid= junit, artifactid= junit
-# and version starting with 3., replacing the version with 3.x
-# junit junit jar s/3\..*/3.x/
-
-org.joda joda-convert jar s/1\..*/1.x/ * *
Copied: tags/joda-convert/1.2-1/debian/maven.rules (from rev 15889, trunk/joda-convert/debian/maven.rules)
===================================================================
--- tags/joda-convert/1.2-1/debian/maven.rules (rev 0)
+++ tags/joda-convert/1.2-1/debian/maven.rules 2012-04-04 20:51:32 UTC (rev 15896)
@@ -0,0 +1,20 @@
+# Maven rules - transform Maven dependencies and plugins
+# Format of this file is:
+# [group] [artifact] [type] [version] [classifier] [scope]
+# where each element can be either
+# - the exact string, for example org.apache for the group, or 3.1
+# for the version. In this case, the element is simply matched
+# and left as it is
+# - * (the star character, alone). In this case, anything will
+# match and be left as it is. For example, using * on the
+# position of the artifact field will match any artifact id
+# - a regular expression of the form s/match/replace/
+# in this case, elements that match are transformed using
+# the regex rule.
+# All elements much match before a rule can be applied
+# Example rule: match jar with groupid= junit, artifactid= junit
+# and version starting with 3., replacing the version with 3.x
+# junit junit jar s/3\..*/3.x/
+
+org.joda joda-convert jar s/1\..*/1.x/ * *
+junit junit jar s/4\..*/4.x/ * *
Copied: tags/joda-convert/1.2-1/debian/orig-tar.sh (from rev 15891, trunk/joda-convert/debian/orig-tar.sh)
===================================================================
--- tags/joda-convert/1.2-1/debian/orig-tar.sh (rev 0)
+++ tags/joda-convert/1.2-1/debian/orig-tar.sh 2012-04-04 20:51:32 UTC (rev 15896)
@@ -0,0 +1,17 @@
+#!/bin/sh -e
+
+# called by uscan with '--upstream-version' <version> <file>
+TAR=joda-convert_$2.orig.tar.gz
+DIR=joda-convert-$2
+
+# clean up the upstream tarball
+tar -zxf $3
+tar -czf $TAR --exclude '*.jar' $DIR
+rm -rf $DIR $3
+
+# move to directory 'tarballs'
+if [ -r .svn/deb-layout ]; then
+ . .svn/deb-layout
+ mv $TAR $origDir
+ echo "moved $TAR to $origDir"
+fi
Deleted: tags/joda-convert/1.2-1/debian/watch
===================================================================
--- trunk/joda-convert/debian/watch 2012-04-04 17:14:36 UTC (rev 15888)
+++ tags/joda-convert/1.2-1/debian/watch 2012-04-04 20:51:32 UTC (rev 15896)
@@ -1,2 +0,0 @@
-version=3
-http://sf.net/joda-convert/joda-convert-([\d\.]+)-dist.tar.gz
Copied: tags/joda-convert/1.2-1/debian/watch (from rev 15890, trunk/joda-convert/debian/watch)
===================================================================
--- tags/joda-convert/1.2-1/debian/watch (rev 0)
+++ tags/joda-convert/1.2-1/debian/watch 2012-04-04 20:51:32 UTC (rev 15896)
@@ -0,0 +1,3 @@
+version=3
+http://sf.net/joda-convert/joda-convert-([\d\.]+)-dist.tar.gz \
+debian debian/orig-tar.sh
More information about the pkg-java-commits
mailing list