[excalibur-logkit] 17/32: 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
ebourg-guest at moszumanska.debian.org
Thu Mar 29 00:30:45 BST 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository excalibur-logkit.
commit ac2b0697c5e7e7d74da20178a606998c80b81639
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Sat Apr 27 23:17:49 2013 +0000
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
---
debian/README.source | 35 -----------------------------------
debian/changelog | 12 ++++++++++++
debian/control | 8 +++++---
debian/copyright | 4 ++--
debian/rules | 5 ++++-
debian/watch | 2 +-
6 files changed, 24 insertions(+), 42 deletions(-)
diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 85880c2..0000000
--- a/debian/README.source
+++ /dev/null
@@ -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
diff --git a/debian/changelog b/debian/changelog
index 3b376d8..7eb9d48 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 <ebourg at apache.org> Sun, 28 Apr 2013 01:01:35 +0200
+
excalibur-logkit (2.0-9) unstable; urgency=low
[ Miguel Landaeta ]
diff --git a/debian/control b/debian/control
index 9f0d425..e423e9c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,10 +2,12 @@ Source: excalibur-logkit
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Onkar Shinde <onkarshinde at ubuntu.com>
+Uploaders: Onkar Shinde <onkarshinde at ubuntu.com>, Emmanuel Bourg <ebourg at 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/
diff --git a/debian/copyright b/debian/copyright
index 971a623..f13ac8a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -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
diff --git a/debian/rules b/debian/rules
index d00f5ea..74cc88c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk
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 @@ install/libexcalibur-logkit-java::
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
diff --git a/debian/watch b/debian/watch
index 544410c..52eb1ce 100644
--- a/debian/watch
+++ b/debian/watch
@@ -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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/excalibur-logkit.git
More information about the pkg-java-commits
mailing list