[pkg-java] r13954 - in tags/clirr: . 0.6-3/debian

Torsten Werner twerner at alioth.debian.org
Fri Aug 5 09:17:09 UTC 2011


Author: twerner
Date: 2011-08-05 09:17:09 +0000 (Fri, 05 Aug 2011)
New Revision: 13954

Added:
   tags/clirr/0.6-3/
   tags/clirr/0.6-3/debian/changelog
   tags/clirr/0.6-3/debian/control
   tags/clirr/0.6-3/debian/rules
   tags/clirr/0.6-3/debian/source/
Removed:
   tags/clirr/0.6-3/debian/changelog
   tags/clirr/0.6-3/debian/control
   tags/clirr/0.6-3/debian/rules
Log:
[svn-buildpackage] Tagging clirr 0.6-3

Deleted: tags/clirr/0.6-3/debian/changelog
===================================================================
--- trunk/clirr/debian/changelog	2011-08-05 05:44:51 UTC (rev 13951)
+++ tags/clirr/0.6-3/debian/changelog	2011-08-05 09:17:09 UTC (rev 13954)
@@ -1,11 +0,0 @@
-clirr (0.6-2) unstable; urgency=low
-
-  * Upload to unstable.
-
- -- Torsten Werner <twerner at debian.org>  Fri, 21 Aug 2009 15:04:14 +0200
-
-clirr (0.6-1) experimental; urgency=low
-
-  * Initial release. (Closes: #537307)
-
- -- Ludovic Claude <ludovic.claude at laposte.net>  Thu, 16 Jul 2009 19:27:09 +0100

Copied: tags/clirr/0.6-3/debian/changelog (from rev 13952, trunk/clirr/debian/changelog)
===================================================================
--- tags/clirr/0.6-3/debian/changelog	                        (rev 0)
+++ tags/clirr/0.6-3/debian/changelog	2011-08-05 09:17:09 UTC (rev 13954)
@@ -0,0 +1,19 @@
+clirr (0.6-3) unstable; urgency=low
+
+  * Team upload.
+  * Add Vcs-Svn header.
+  * Switch to source format 3.
+
+ -- Torsten Werner <twerner at debian.org>  Fri, 05 Aug 2011 11:12:39 +0200
+
+clirr (0.6-2) unstable; urgency=low
+
+  * Upload to unstable.
+
+ -- Torsten Werner <twerner at debian.org>  Fri, 21 Aug 2009 15:04:14 +0200
+
+clirr (0.6-1) experimental; urgency=low
+
+  * Initial release. (Closes: #537307)
+
+ -- Ludovic Claude <ludovic.claude at laposte.net>  Thu, 16 Jul 2009 19:27:09 +0100

Deleted: tags/clirr/0.6-3/debian/control
===================================================================
--- trunk/clirr/debian/control	2011-08-05 05:44:51 UTC (rev 13951)
+++ tags/clirr/0.6-3/debian/control	2011-08-05 09:17:09 UTC (rev 13954)
@@ -1,21 +0,0 @@
-Source: clirr
-Section: java
-Priority: optional
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Ludovic Claude <ludovic.claude at laposte.net>
-Homepage: http://clirr.sourceforge.net/
-Build-Depends: debhelper (>= 7), cdbs, default-jdk, quilt, ant, ant-optional, maven-ant-helper
-Build-Depends-Indep: maven-repo-helper, libbcel-java, libcommons-cli-java, libcommons-lang-java
-Standards-Version: 3.8.2
-
-Package: clirr
-Architecture: all
-Section: java
-Depends: ${misc:Depends}, libbcel-java, libcommons-cli-java, libcommons-lang-java
-Recommends: ant
-Description: Checks Java libraries for compatibility with older releases
- Clirr is a tool that checks Java libraries for binary and source 
- compatibility with older releases. The Clirr Ant task can break
- the build if it detects incompatible API changes, making it easy to
- prevent accidental introduction of compatibility issues.
-

Copied: tags/clirr/0.6-3/debian/control (from rev 13952, trunk/clirr/debian/control)
===================================================================
--- tags/clirr/0.6-3/debian/control	                        (rev 0)
+++ tags/clirr/0.6-3/debian/control	2011-08-05 09:17:09 UTC (rev 13954)
@@ -0,0 +1,22 @@
+Source: clirr
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Ludovic Claude <ludovic.claude at laposte.net>
+Homepage: http://clirr.sourceforge.net/
+Build-Depends: debhelper (>= 7), cdbs, default-jdk, ant, ant-optional, maven-ant-helper
+Build-Depends-Indep: maven-repo-helper, libbcel-java, libcommons-cli-java, libcommons-lang-java
+Standards-Version: 3.8.2
+Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/clirr
+
+Package: clirr
+Architecture: all
+Section: java
+Depends: ${misc:Depends}, libbcel-java, libcommons-cli-java, libcommons-lang-java
+Recommends: ant
+Description: Checks Java libraries for compatibility with older releases
+ Clirr is a tool that checks Java libraries for binary and source 
+ compatibility with older releases. The Clirr Ant task can break
+ the build if it detects incompatible API changes, making it easy to
+ prevent accidental introduction of compatibility issues.
+

Deleted: tags/clirr/0.6-3/debian/rules
===================================================================
--- trunk/clirr/debian/rules	2011-08-05 05:44:51 UTC (rev 13951)
+++ tags/clirr/0.6-3/debian/rules	2011-08-05 09:17:09 UTC (rev 13954)
@@ -1,27 +0,0 @@
-#!/usr/bin/make -f
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/ant.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
-
-PACKAGE              := $(DEB_SOURCE_PACKAGE)
-VERSION              := $(DEB_UPSTREAM_VERSION)
-JAVA_HOME            := /usr/lib/jvm/default-java
-DEB_JARS             := ant-nodeps bcel commons-cli commons-lang
-DEB_ANT_BUILD_TARGET := package
-DEB_ANT_BUILDFILE    := /usr/share/maven-ant-helper/maven-build.xml
-DEB_ANT_ARGS         := -Dbasedir=$(realpath .) -Dpackage=$(PACKAGE) -Dbin.package=$(PACKAGE) -Dversion=$(VERSION) -Dpom.file=debian/pom.xml
-
-get-orig-source:
-	-uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename --repack
-
-binary-post-install/$(PACKAGE)::
-	mh_installpoms -p$(PACKAGE)
-	mh_installjar -p$(PACKAGE) -l --usj-name=clirr debian/pom.xml build/clirr-core-$(VERSION).jar
-
-clean::
-	-rm -rf debian/tmp
-
-get-orig-pom:
-	wget -O debian/pom.xml http://repository.sonatype.org/service/local/repositories/central/content/net/sf/clirr/clirr-core/$(VERSION)/clirr-core-$(VERSION).pom
-

Copied: tags/clirr/0.6-3/debian/rules (from rev 13952, trunk/clirr/debian/rules)
===================================================================
--- tags/clirr/0.6-3/debian/rules	                        (rev 0)
+++ tags/clirr/0.6-3/debian/rules	2011-08-05 09:17:09 UTC (rev 13954)
@@ -0,0 +1,26 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/ant.mk
+
+PACKAGE              := $(DEB_SOURCE_PACKAGE)
+VERSION              := $(DEB_UPSTREAM_VERSION)
+JAVA_HOME            := /usr/lib/jvm/default-java
+DEB_JARS             := ant-nodeps bcel commons-cli commons-lang
+DEB_ANT_BUILD_TARGET := package
+DEB_ANT_BUILDFILE    := /usr/share/maven-ant-helper/maven-build.xml
+DEB_ANT_ARGS         := -Dbasedir=$(realpath .) -Dpackage=$(PACKAGE) -Dbin.package=$(PACKAGE) -Dversion=$(VERSION) -Dpom.file=debian/pom.xml
+
+get-orig-source:
+	-uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename --repack
+
+binary-post-install/$(PACKAGE)::
+	mh_installpoms -p$(PACKAGE)
+	mh_installjar -p$(PACKAGE) -l --usj-name=clirr debian/pom.xml build/clirr-core-$(VERSION).jar
+
+clean::
+	-rm -rf debian/tmp
+
+get-orig-pom:
+	wget -O debian/pom.xml http://repository.sonatype.org/service/local/repositories/central/content/net/sf/clirr/clirr-core/$(VERSION)/clirr-core-$(VERSION).pom
+




More information about the pkg-java-commits mailing list