Author: ebourg-guest
Date: 2013-04-27 23:17:49 +0000 (Sat, 27 Apr 2013)
New Revision: 16577

Removed:
   trunk/excalibur-logkit/debian/README.source
Modified:
   trunk/excalibur-logkit/debian/changelog
   trunk/excalibur-logkit/debian/control
   trunk/excalibur-logkit/debian/copyright
   trunk/excalibur-logkit/debian/rules
   trunk/excalibur-logkit/debian/watch
Log:
Fixed the watch file
Updated standards version to 3.9.4 (no changes)
Updated the dependency on the Servlet API (2.5 -> 3.0)
Removed the obsolete instructions in README.source for handling the patches
debian/copyright: Updated the Format URI
debian/rules: Added a clean target to allow rebuilds


Deleted: trunk/excalibur-logkit/debian/README.source
===================================================================
--- trunk/excalibur-logkit/debian/README.source 2013-04-27 23:15:17 UTC (rev 
16576)
+++ trunk/excalibur-logkit/debian/README.source 2013-04-27 23:17:49 UTC (rev 
16577)
@@ -1,35 +0,0 @@
-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

Modified: trunk/excalibur-logkit/debian/changelog
===================================================================
--- trunk/excalibur-logkit/debian/changelog     2013-04-27 23:15:17 UTC (rev 
16576)
+++ trunk/excalibur-logkit/debian/changelog     2013-04-27 23:17:49 UTC (rev 
16577)
@@ -1,3 +1,15 @@
+excalibur-logkit (2.0-10) unstable; urgency=low
+
+  * Team upload.
+  * Fixed the watch file
+  * Updated standards version to 3.9.4 (no changes)
+  * Updated the dependency on the Servlet API (2.5 -> 3.0)
+  * Removed the obsolete instructions in README.source for handling the patches
+  * debian/copyright: Updated the Format URI
+  * debian/rules: Added a clean target to allow rebuilds
+
+ -- Emmanuel Bourg <ebo...@apache.org>  Sun, 28 Apr 2013 01:01:35 +0200
+
 excalibur-logkit (2.0-9) unstable; urgency=low
 
   [ Miguel Landaeta ]

Modified: trunk/excalibur-logkit/debian/control
===================================================================
--- trunk/excalibur-logkit/debian/control       2013-04-27 23:15:17 UTC (rev 
16576)
+++ trunk/excalibur-logkit/debian/control       2013-04-27 23:17:49 UTC (rev 
16577)
@@ -2,10 +2,12 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
-Uploaders: Onkar Shinde <onkarshi...@ubuntu.com>
+Uploaders: Onkar Shinde <onkarshi...@ubuntu.com>, Emmanuel Bourg 
<ebo...@apache.org>
 Build-Depends: debhelper (>=5), cdbs, javahelper, ant
-Build-Depends-Indep: default-jdk, default-jdk-doc, ant-optional, junit, 
libgeronimo-jms-1.1-spec-java, libgnumail-java, liblog4j1.2-java, 
libservlet2.5-java, libgnumail-java-doc, liblog4j1.2-java-doc, 
libservlet2.5-java-doc, maven-repo-helper
-Standards-Version: 3.9.2
+Build-Depends-Indep: default-jdk, default-jdk-doc, ant-optional, junit,
+ libgeronimo-jms-1.1-spec-java, libgnumail-java, liblog4j1.2-java, 
libservlet3.0-java,
+ libgnumail-java-doc, liblog4j1.2-java-doc, libservlet3.0-java-doc, 
maven-repo-helper
+Standards-Version: 3.9.4
 Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/excalibur-logkit/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/excalibur-logkit/
 Homepage: http://excalibur.apache.org/

Modified: trunk/excalibur-logkit/debian/copyright
===================================================================
--- trunk/excalibur-logkit/debian/copyright     2013-04-27 23:15:17 UTC (rev 
16576)
+++ trunk/excalibur-logkit/debian/copyright     2013-04-27 23:17:49 UTC (rev 
16577)
@@ -1,7 +1,7 @@
-Format: http://dep.debian.net/deps/dep5/
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: excalibur-logkit
 Upstream-Contact: The Apache Software Foundation
-Source: http://excalibur.apache.org/
+Source: http://excalibur.apache.org
 
 Files: *
 Copyright: 1999-2004, The Apache Software Foundation

Modified: trunk/excalibur-logkit/debian/rules
===================================================================
--- trunk/excalibur-logkit/debian/rules 2013-04-27 23:15:17 UTC (rev 16576)
+++ trunk/excalibur-logkit/debian/rules 2013-04-27 23:17:49 UTC (rev 16577)
@@ -4,7 +4,7 @@
 include /usr/share/cdbs/1/class/ant.mk
 
 JAVA_HOME_DIRS         := /usr/lib/jvm/default-java
-DEB_JARS               := ant-junit geronimo-jms-1.1-spec gnumail.jar junit 
log4j-1.2 servlet-api-2.5
+DEB_JARS               := ant-junit geronimo-jms-1.1-spec gnumail.jar junit 
log4j-1.2 servlet-api-3.0
 DEB_ANT_BUILD_TARGET   := dist
 DEB_ANT_ARGS           := -Dnoget=true -Dfinal.name=excalibur-logkit 
-Dant.build.javac.source=1.4 -Dant.build.javac.target=1.4 
-Dlibdir=/usr/share/java
 
@@ -13,3 +13,6 @@
        jh_classpath -plibexcalibur-logkit-java target/excalibur-logkit.jar
        mh_installjar -plibexcalibur-logkit-java -e$(DEB_UPSTREAM_VERSION) -l \
           debian/pom.xml target/excalibur-logkit.jar
+
+clean::
+       mh_clean

Modified: trunk/excalibur-logkit/debian/watch
===================================================================
--- trunk/excalibur-logkit/debian/watch 2013-04-27 23:15:17 UTC (rev 16576)
+++ trunk/excalibur-logkit/debian/watch 2013-04-27 23:17:49 UTC (rev 16577)
@@ -1,2 +1,2 @@
 version=2
-http://www.apache.org/dist/excalibur/excalibur-logkit/source/excalibur-logkit-([\d\.]+).dev.*-src\.tar\.gz
+http://archive.apache.org/dist/excalibur/excalibur-logkit/source/excalibur-logkit-([\d\.]+).dev.*-src\.tar\.gz


_______________________________________________
pkg-java-commits mailing list
pkg-java-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to