[pkg-java] r15916 - in tags/commons-vfs: . 2.0-2/debian

Damien Raude-Morvan drazzib at alioth.debian.org
Sun Apr 8 16:47:15 UTC 2012


Author: drazzib
Date: 2012-04-08 16:47:14 +0000 (Sun, 08 Apr 2012)
New Revision: 15916

Added:
   tags/commons-vfs/2.0-2/
   tags/commons-vfs/2.0-2/debian/changelog
   tags/commons-vfs/2.0-2/debian/control
   tags/commons-vfs/2.0-2/debian/libcommons-vfs-java.poms
   tags/commons-vfs/2.0-2/debian/maven.rules
Removed:
   tags/commons-vfs/2.0-2/debian/changelog
   tags/commons-vfs/2.0-2/debian/control
   tags/commons-vfs/2.0-2/debian/libcommons-vfs-java.poms
   tags/commons-vfs/2.0-2/debian/maven.rules
Log:
[svn-buildpackage] Tagging commons-vfs 2.0-2

Deleted: tags/commons-vfs/2.0-2/debian/changelog
===================================================================
--- trunk/commons-vfs/debian/changelog	2012-04-08 15:45:47 UTC (rev 15912)
+++ tags/commons-vfs/2.0-2/debian/changelog	2012-04-08 16:47:14 UTC (rev 15916)
@@ -1,103 +0,0 @@
-commons-vfs (2.0-1) unstable; urgency=low
-
-  * New upstream release:
-    - Drop all previous patches.
-    - d/control: Build-Depends on libcommons-net2-java, junit4,
-      libcommons-compress-java.
-  * Bump Standards-Version 3.9.2: no changes needed.
-  * d/copyright: Use DEP-5 format.
-  * Switch to Maven build system:
-    - d/patches/skip_examples.diff: Don't build examples module.
-    - d/patches/disable_webdav_provider.diff: Disable webdav provider.
-    - Drop B-D on ant, but add B-D on maven-debian-helper
-    - Use ${maven:Depends} and ${maven:OptionalDepends} for Depends
-      and Recommends.
-  * d/docs: Update for new release.
-
- -- Damien Raude-Morvan <drazzib at debian.org>  Sun, 11 Sep 2011 00:44:27 +0200
-
-commons-vfs (1.0-6) unstable; urgency=low
-
-  * Team upload
-
-  [ Damien Raude-Morvan ]
-  * d/control: Drop Depends on any JRE as a Java library don't need to
-    depends on a runtime (Java Policy)
-
-  [ Torsten Werner ]
-  * Change 'maintainers' into 'Maintainers'.
-  * Update Standard-Version: 3.9.1.
-  * Switch to source format 3.0.
-
- -- Torsten Werner <twerner at debian.org>  Tue, 30 Aug 2011 16:56:07 +0200
-
-commons-vfs (1.0-5) unstable; urgency=low
-
-  * debian/maven.rules:
-    - fix jdom groupId to org.jdom
-    - use 3.x release of commons-httpclient
-    - use 1.x release of commons-net
-  * Update my email address
-  * Bump debhelper version to >= 7
-
- -- Damien Raude-Morvan <drazzib at debian.org>  Sat, 12 Dec 2009 22:02:48 +0100
-
-commons-vfs (1.0-4) unstable; urgency=low
-
-  * Set Maintainer field to Debian Java Team
-  * Add myself as Uploaders
-  * Add ${misc:Depends} in Depends field for debhelper
-  * Bump Standards-Version 3.8.3:
-    - Move libcommons-vfs-java to "java" section
-    - Add a README.source describing patch system
-  * Switch to Quilt patch system:
-    - Refresh all patchs
-    - Add B-D on quilt
-    - Include patchsys-quilt.mk in debian/rules
-  * New patch 02_no_home_dir.diff: don't try to create/copy files
-    in $HOME as many autobuilder won't have one
-  * Use default-jdk/jre:
-    - Depends on default-jre-headless instead of java-gcj-compat
-    - Build-Depends on default-jdk instead of default-jdk-builddep
-      because we don't build a native GCJ package.
-  * Maven POMs:
-    - Add a Build-Depends-Indep dependency on maven-repo-helper
-    - Use mh_installpom and mh_installjar to install the POM and the jar to the
-      Maven repository
-  * Move api documentation to /usr/share/doc/libcommons-vfs-java/api
-
- -- Damien Raude-Morvan <drazzib at drazzib.com>  Sun, 23 Aug 2009 00:52:26 +0200
-
-commons-vfs (1.0-3) unstable; urgency=low
-
-  * debian/control:
-    - Build-Depend on default-jdk-builddep instead of java-gcj-compat-dev.
-    - Move default-jdk-builddep form B-D-I to B-D (needed for clean)
-    - Differentiate short description of -doc package
-  * debian/rules: Use default-java from default-jdk-builddep as JAVA_HOME
-  * Move examples (sample source code) to libcommons-vfs-java-doc package
-
- -- Damien Raude-Morvan <drazzib at drazzib.com>  Sun, 30 Nov 2008 13:11:05 +0100
-
-commons-vfs (1.0-2) unstable; urgency=low
-
-  * debian/rules:
-     - Include examples/ in libcommons-vfs-java
-     - Install Javadoc API in /usr/share/doc/libcommons-vfs-java-doc
-     - Use CDBS DEB_SOURCE_PACKAGE and DEB_UPSTREAM_VERSION instead of using
-       dpkg-parsechangelog
-     - get-orig-source: use --force-download for uscan
-     - include simple-patchsys.mk rules before ant.mk class
-  * debian/control:
-     - Remove depends on java1-runtime as commons-vfs only works
-       with Java >= 1.4
-  * debian/copyright: Relicense debian packaging under BSD
-  * debian/dirs: Removed because dirs are created by dh_install
-
- -- Damien Raude-Morvan <drazzib at drazzib.com>  Sun, 10 Aug 2008 21:55:32 +0200
-
-commons-vfs (1.0-1) unstable; urgency=low
-
-  * Initial release (closes: #238904).
-
- -- Damien Raude-Morvan <drazzib at drazzib.com>  Wed, 16 Jul 2008 21:56:34 +0200

Copied: tags/commons-vfs/2.0-2/debian/changelog (from rev 15915, trunk/commons-vfs/debian/changelog)
===================================================================
--- tags/commons-vfs/2.0-2/debian/changelog	                        (rev 0)
+++ tags/commons-vfs/2.0-2/debian/changelog	2012-04-08 16:47:14 UTC (rev 15916)
@@ -0,0 +1,112 @@
+commons-vfs (2.0-2) unstable; urgency=low
+
+  * Update Standard-Version: 3.9.3.
+  * Install JAR into /usr/share/java (Closes: #667011).
+  * Drop --no-parent option and add Build-Depends on libcommons-parent-
+    java.
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Sun, 08 Apr 2012 18:19:31 +0200
+
+commons-vfs (2.0-1) unstable; urgency=low
+
+  * New upstream release:
+    - Drop all previous patches.
+    - d/control: Build-Depends on libcommons-net2-java, junit4,
+      libcommons-compress-java.
+  * Bump Standards-Version 3.9.2: no changes needed.
+  * d/copyright: Use DEP-5 format.
+  * Switch to Maven build system:
+    - d/patches/skip_examples.diff: Don't build examples module.
+    - d/patches/disable_webdav_provider.diff: Disable webdav provider.
+    - Drop B-D on ant, but add B-D on maven-debian-helper
+    - Use ${maven:Depends} and ${maven:OptionalDepends} for Depends
+      and Recommends.
+  * d/docs: Update for new release.
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Sun, 11 Sep 2011 00:44:27 +0200
+
+commons-vfs (1.0-6) unstable; urgency=low
+
+  * Team upload
+
+  [ Damien Raude-Morvan ]
+  * d/control: Drop Depends on any JRE as a Java library don't need to
+    depends on a runtime (Java Policy)
+
+  [ Torsten Werner ]
+  * Change 'maintainers' into 'Maintainers'.
+  * Update Standard-Version: 3.9.1.
+  * Switch to source format 3.0.
+
+ -- Torsten Werner <twerner at debian.org>  Tue, 30 Aug 2011 16:56:07 +0200
+
+commons-vfs (1.0-5) unstable; urgency=low
+
+  * debian/maven.rules:
+    - fix jdom groupId to org.jdom
+    - use 3.x release of commons-httpclient
+    - use 1.x release of commons-net
+  * Update my email address
+  * Bump debhelper version to >= 7
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Sat, 12 Dec 2009 22:02:48 +0100
+
+commons-vfs (1.0-4) unstable; urgency=low
+
+  * Set Maintainer field to Debian Java Team
+  * Add myself as Uploaders
+  * Add ${misc:Depends} in Depends field for debhelper
+  * Bump Standards-Version 3.8.3:
+    - Move libcommons-vfs-java to "java" section
+    - Add a README.source describing patch system
+  * Switch to Quilt patch system:
+    - Refresh all patchs
+    - Add B-D on quilt
+    - Include patchsys-quilt.mk in debian/rules
+  * New patch 02_no_home_dir.diff: don't try to create/copy files
+    in $HOME as many autobuilder won't have one
+  * Use default-jdk/jre:
+    - Depends on default-jre-headless instead of java-gcj-compat
+    - Build-Depends on default-jdk instead of default-jdk-builddep
+      because we don't build a native GCJ package.
+  * Maven POMs:
+    - Add a Build-Depends-Indep dependency on maven-repo-helper
+    - Use mh_installpom and mh_installjar to install the POM and the jar to the
+      Maven repository
+  * Move api documentation to /usr/share/doc/libcommons-vfs-java/api
+
+ -- Damien Raude-Morvan <drazzib at drazzib.com>  Sun, 23 Aug 2009 00:52:26 +0200
+
+commons-vfs (1.0-3) unstable; urgency=low
+
+  * debian/control:
+    - Build-Depend on default-jdk-builddep instead of java-gcj-compat-dev.
+    - Move default-jdk-builddep form B-D-I to B-D (needed for clean)
+    - Differentiate short description of -doc package
+  * debian/rules: Use default-java from default-jdk-builddep as JAVA_HOME
+  * Move examples (sample source code) to libcommons-vfs-java-doc package
+
+ -- Damien Raude-Morvan <drazzib at drazzib.com>  Sun, 30 Nov 2008 13:11:05 +0100
+
+commons-vfs (1.0-2) unstable; urgency=low
+
+  * debian/rules:
+     - Include examples/ in libcommons-vfs-java
+     - Install Javadoc API in /usr/share/doc/libcommons-vfs-java-doc
+     - Use CDBS DEB_SOURCE_PACKAGE and DEB_UPSTREAM_VERSION instead of using
+       dpkg-parsechangelog
+     - get-orig-source: use --force-download for uscan
+     - include simple-patchsys.mk rules before ant.mk class
+  * debian/control:
+     - Remove depends on java1-runtime as commons-vfs only works
+       with Java >= 1.4
+  * debian/copyright: Relicense debian packaging under BSD
+  * debian/dirs: Removed because dirs are created by dh_install
+
+ -- Damien Raude-Morvan <drazzib at drazzib.com>  Sun, 10 Aug 2008 21:55:32 +0200
+
+commons-vfs (1.0-1) unstable; urgency=low
+
+  * Initial release (closes: #238904).
+
+ -- Damien Raude-Morvan <drazzib at drazzib.com>  Wed, 16 Jul 2008 21:56:34 +0200

Deleted: tags/commons-vfs/2.0-2/debian/control
===================================================================
--- trunk/commons-vfs/debian/control	2012-04-08 15:45:47 UTC (rev 15912)
+++ tags/commons-vfs/2.0-2/debian/control	2012-04-08 16:47:14 UTC (rev 15916)
@@ -1,54 +0,0 @@
-Source: commons-vfs
-Section: java
-Priority: optional
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Damien Raude-Morvan <drazzib at debian.org>
-Build-Depends-Indep: ant-doc,
-                     junit4,
-                     libcommons-collections3-java,
-                     libcommons-collections3-java-doc,
-                     libcommons-compress-java,
-                     libcommons-httpclient-java,
-                     libcommons-httpclient-java-doc,
-                     libcommons-logging-java,
-                     libcommons-logging-java-doc,
-                     libcommons-net2-java,
-                     libcommons-net2-java-doc,
-                     libjdom1-java-doc,
-                     libjsch-java,
-                     libmaven-antrun-plugin-java,
-                     libmaven-javadoc-plugin-java
-Build-Depends: cdbs, debhelper (>= 7), default-jdk, maven-debian-helper
-Standards-Version: 3.9.2
-Homepage: http://commons.apache.org/vfs/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/commons-vfs
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/commons-vfs
-
-Package: libcommons-vfs-java
-Architecture: all
-Depends: ${maven:Depends}, ${misc:Depends}
-Recommends: ${maven:OptionalDepends}
-Suggests: libcommons-vfs-java-doc
-Description: Java API for accessing various filesystems
- Commons VFS provides a single API for accessing various different file
- systems. It presents a uniform view of the files from various different
- sources, such as the files on local disk, on an HTTP server, or inside
- a Zip archive.
- .
- This is a part of the Apache Commons Project.
-
-Package: libcommons-vfs-java-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}
-Recommends: default-jdk-doc
-Suggests: libcommons-vfs-java
-Description: Java API for accessing various filesystems - documentation
- Commons VFS provides a single API for accessing various different file
- systems. It presents a uniform view of the files from various different
- sources, such as the files on local disk, on an HTTP server, or inside
- a Zip archive.
- .
- This is a part of the Apache Commons Project.
- .
- This package provides the API documentation for Commons VFS.

Copied: tags/commons-vfs/2.0-2/debian/control (from rev 15915, trunk/commons-vfs/debian/control)
===================================================================
--- tags/commons-vfs/2.0-2/debian/control	                        (rev 0)
+++ tags/commons-vfs/2.0-2/debian/control	2012-04-08 16:47:14 UTC (rev 15916)
@@ -0,0 +1,55 @@
+Source: commons-vfs
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Damien Raude-Morvan <drazzib at debian.org>
+Build-Depends-Indep: ant-doc,
+                     junit4,
+                     libcommons-collections3-java,
+                     libcommons-collections3-java-doc,
+                     libcommons-compress-java,
+                     libcommons-httpclient-java,
+                     libcommons-httpclient-java-doc,
+                     libcommons-logging-java,
+                     libcommons-logging-java-doc,
+                     libcommons-net2-java,
+                     libcommons-net2-java-doc,
+                     libcommons-parent-java,
+                     libjdom1-java-doc,
+                     libjsch-java,
+                     libmaven-antrun-plugin-java,
+                     libmaven-javadoc-plugin-java
+Build-Depends: cdbs, debhelper (>= 7), default-jdk, maven-debian-helper
+Standards-Version: 3.9.3
+Homepage: http://commons.apache.org/vfs/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/commons-vfs
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/commons-vfs
+
+Package: libcommons-vfs-java
+Architecture: all
+Depends: ${maven:Depends}, ${misc:Depends}
+Recommends: ${maven:OptionalDepends}
+Suggests: libcommons-vfs-java-doc
+Description: Java API for accessing various filesystems
+ Commons VFS provides a single API for accessing various different file
+ systems. It presents a uniform view of the files from various different
+ sources, such as the files on local disk, on an HTTP server, or inside
+ a Zip archive.
+ .
+ This is a part of the Apache Commons Project.
+
+Package: libcommons-vfs-java-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Recommends: default-jdk-doc
+Suggests: libcommons-vfs-java
+Description: Java API for accessing various filesystems - documentation
+ Commons VFS provides a single API for accessing various different file
+ systems. It presents a uniform view of the files from various different
+ sources, such as the files on local disk, on an HTTP server, or inside
+ a Zip archive.
+ .
+ This is a part of the Apache Commons Project.
+ .
+ This package provides the API documentation for Commons VFS.

Deleted: tags/commons-vfs/2.0-2/debian/libcommons-vfs-java.poms
===================================================================
--- trunk/commons-vfs/debian/libcommons-vfs-java.poms	2012-04-08 15:45:47 UTC (rev 15912)
+++ tags/commons-vfs/2.0-2/debian/libcommons-vfs-java.poms	2012-04-08 16:47:14 UTC (rev 15916)
@@ -1,4 +0,0 @@
-pom.xml --no-parent
-examples/pom.xml
-core/pom.xml
-dist/pom.xml --ignore

Copied: tags/commons-vfs/2.0-2/debian/libcommons-vfs-java.poms (from rev 15915, trunk/commons-vfs/debian/libcommons-vfs-java.poms)
===================================================================
--- tags/commons-vfs/2.0-2/debian/libcommons-vfs-java.poms	                        (rev 0)
+++ tags/commons-vfs/2.0-2/debian/libcommons-vfs-java.poms	2012-04-08 16:47:14 UTC (rev 15916)
@@ -0,0 +1,4 @@
+pom.xml
+examples/pom.xml
+core/pom.xml --java-lib
+dist/pom.xml --ignore

Deleted: tags/commons-vfs/2.0-2/debian/maven.rules
===================================================================
--- trunk/commons-vfs/debian/maven.rules	2012-04-08 15:45:47 UTC (rev 15912)
+++ tags/commons-vfs/2.0-2/debian/maven.rules	2012-04-08 16:47:14 UTC (rev 15916)
@@ -1,6 +0,0 @@
-junit junit jar s/4\..*/4.x/
-s/ant/org.apache.ant/ * * s/.*/debian/
-commons-collections commons-collections jar s/3\..*/3.x/
-s/jdom/org.jdom/ * * s/.*/debian/
-commons-httpclient commons-httpclient jar s/.*/3.x/
-commons-net commons-net jar s/2\..*/2.x/

Copied: tags/commons-vfs/2.0-2/debian/maven.rules (from rev 15915, trunk/commons-vfs/debian/maven.rules)
===================================================================
--- tags/commons-vfs/2.0-2/debian/maven.rules	                        (rev 0)
+++ tags/commons-vfs/2.0-2/debian/maven.rules	2012-04-08 16:47:14 UTC (rev 15916)
@@ -0,0 +1,7 @@
+junit junit jar s/4\..*/4.x/
+s/ant/org.apache.ant/ * * s/.*/debian/
+commons-collections commons-collections jar s/3\..*/3.x/
+s/jdom/org.jdom/ * * s/.*/debian/
+commons-httpclient commons-httpclient jar s/.*/3.x/
+commons-net commons-net jar s/2\..*/2.x/
+org.apache.commons commons-parent pom s/.*/debian/ * *




More information about the pkg-java-commits mailing list