[pkg-java] r8631 - trunk/commons-vfs/debian

Damien Raude-Morvan drazzib-guest at alioth.debian.org
Sun Jun 28 18:39:21 UTC 2009


Author: drazzib-guest
Date: 2009-06-28 18:39:19 +0000 (Sun, 28 Jun 2009)
New Revision: 8631

Added:
   trunk/commons-vfs/debian/README.source
Modified:
   trunk/commons-vfs/debian/changelog
   trunk/commons-vfs/debian/control
   trunk/commons-vfs/debian/copyright
Log:
[commons-vfs]
* Bump Standards-Version 3.8.2:                                                                                                                             
  - Move libcommons-vfs-java to "java" section                                                                                                              
  - Add a README.source describing patch system


Added: trunk/commons-vfs/debian/README.source
===================================================================
--- trunk/commons-vfs/debian/README.source	                        (rev 0)
+++ trunk/commons-vfs/debian/README.source	2009-06-28 18:39:19 UTC (rev 8631)
@@ -0,0 +1,37 @@
+This package uses CDBS (and therefore simple-patchsys.mk) in order to 
+apply patches to the upstream source. Patches are stored in 
+debian/patches and their filenames usually end in .patch or .diff .
+For further details, see the man page for cdbs-edit-patch.
+
+All commands described below should be run from the top directory of the 
+package source tree, unless otherwise stated.
+
+ * To generate the fully patched source, in a form ready for
+   editing, that would be built to create Debian packages, run: 
+
+     make -f debian/rules apply-patches
+
+   Note: It has been proposed that, in future, this should happen 
+   automatically when you run dpkg-source -x on a CDBS 
+   simple-patchsys.mk source package.  However, this proposal has 
+   apparently not yet been implemented, so for now you have to do 
+   it yourself like this.
+
+ * To modify the source and save those modifications so that
+   they will be applied when building the package, pick a
+   suitably informative patch file name, for example
+   01_add_README.source_file.patch, and then run:
+
+     cdbs-edit-patch 01_add_README.source_file.patch
+
+   This will place you in a new shell in a temporary copy of the 
+   source tree.  Make your desired modifications to it, and then 
+   exit the shell to create the patch file containing them (this 
+   file will appear in debian/patches).
+
+ * To remove source modifications that are currently being
+   applied when building the package, run:
+
+     make -f debian/rules reverse-patches
+
+ -- Damien Raude-Morvan <drazzib at drazzib.com>  Sun, 28 Jun 2009 20:33:41 +0200

Modified: trunk/commons-vfs/debian/changelog
===================================================================
--- trunk/commons-vfs/debian/changelog	2009-06-28 18:33:57 UTC (rev 8630)
+++ trunk/commons-vfs/debian/changelog	2009-06-28 18:39:19 UTC (rev 8631)
@@ -1,11 +1,11 @@
 commons-vfs (1.0-4) UNRELEASED; urgency=low
 
-  * debian/control:
-    - Add ${misc:Depends} in Depends field for debhelper
-    - Bump Standards-Version 3.8.1 (no changes needed)
+  * Add ${misc:Depends} in Depends field for debhelper
+  * Bump Standards-Version 3.8.2:
     - Move libcommons-vfs-java to "java" section
+    - Add a README.source describing patch system
 
- -- Damien Raude-Morvan <drazzib at drazzib.com>  Sat, 21 Mar 2009 22:56:42 +0100
+ -- Damien Raude-Morvan <drazzib at drazzib.com>  Sun, 28 Jun 2009 20:36:30 +0200
 
 commons-vfs (1.0-3) unstable; urgency=low
 

Modified: trunk/commons-vfs/debian/control
===================================================================
--- trunk/commons-vfs/debian/control	2009-06-28 18:33:57 UTC (rev 8630)
+++ trunk/commons-vfs/debian/control	2009-06-28 18:39:19 UTC (rev 8631)
@@ -4,7 +4,7 @@
 Maintainer: Damien Raude-Morvan <drazzib at drazzib.com>
 Build-Depends-Indep: ant-optional, junit, libcommons-net-java, libcommons-logging-java, libcommons-httpclient-java, libcommons-collections3-java, libjsch-java
 Build-Depends: ant, debhelper (>= 5), cdbs (>= 0.4.5.3), default-jdk-builddep
-Standards-Version: 3.8.1
+Standards-Version: 3.8.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

Modified: trunk/commons-vfs/debian/copyright
===================================================================
--- trunk/commons-vfs/debian/copyright	2009-06-28 18:33:57 UTC (rev 8630)
+++ trunk/commons-vfs/debian/copyright	2009-06-28 18:39:19 UTC (rev 8631)
@@ -10,7 +10,7 @@
                   Anthony Goubard <adagoubard at chello.nl>
                   Christopher Ottley <xknight at users.sourceforge.net>
 
-Copyright: © 2002-2008 The Apache Software Foundation
+Copyright: © 2002-2008 The Apache Software Foundation
 
 License: Apache 2.0
 




More information about the pkg-java-commits mailing list