This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository wss4j.
commit c055dbaa62e57e0033cf6352486d8de08092be54 Author: Emmanuel Bourg <[email protected]> Date: Mon Sep 23 07:36:01 2013 +0000 debian/rules: Use quilt instead of simple-patchsys.mk --- debian/changelog | 1 + debian/patches/series | 2 ++ debian/rules | 1 - 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e066b4a..3ca3cb0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ wss4j (1.5.8+svntag-2.1) UNRELEASED; urgency=low * Removed the deprecated DM-Upload-Allowed flag * Removed the dependency on the JRE for the binary package (not needed) * Use XZ compression for the upstream tarball + * debian/rules: Use quilt instead of simple-patchsys.mk -- Emmanuel Bourg <[email protected]> Mon, 23 Sep 2013 09:18:49 +0200 diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..90b9ba2 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1,2 @@ +build.patch +no-opensaml.patch diff --git a/debian/rules b/debian/rules index b8bc1e0..de40c1f 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,6 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk -include /usr/share/cdbs/1/rules/simple-patchsys.mk SRCARCHIVE := http://www.apache.org/dist/ws/wss4j SRCDIRECTORY := $(shell echo $(DEB_UPSTREAM_VERSION) | sed 'y/\./_/') -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/wss4j.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

