This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository pdfsam.
commit f44250395ac43cbdf819f87ff40d4ecfab0fd10c Author: Torsten Werner <[email protected]> Date: Tue Aug 26 19:03:39 2008 +0000 new package: pdfsam --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 15 +++++++++++++++ debian/copyright | 26 ++++++++++++++++++++++++++ debian/orig-tar.exclude | 5 +++++ debian/orig-tar.sh | 19 +++++++++++++++++++ debian/rules | 10 ++++++++++ debian/watch | 2 ++ 8 files changed, 83 insertions(+) diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..c77299d --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +pdfsam (1.0.1-1) unstable; urgency=low + + * Initial release. (Closes: #496687) + + -- Torsten Werner <[email protected]> Tue, 26 Aug 2008 20:36:24 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..88f020b --- /dev/null +++ b/debian/control @@ -0,0 +1,15 @@ +Source: pdfsam +Section: text +Priority: optional +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: Torsten Werner <[email protected]> +Build-Depends: ant, cdbs, debhelper (>= 5), default-jdk-builddep, + libjaxen-java, liblog4j1.2-java +Standards-Version: 3.8.0 +Homepage: http://www.pdfsam.org +Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/pdfsam +Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/pdfsam/ + +Package: pdfsam +Architecture: all +Description: PDF Split and Merge diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..1823b7c --- /dev/null +++ b/debian/copyright @@ -0,0 +1,26 @@ +This package was debianized by Torsten Werner <[email protected]> on +Tue Aug 26 20:41:49 CEST 2008 + +It was downloaded from +http://sourceforge.net/project/showfiles.php?group_id=160044 + +Copyright: 2006-2008 Andrea Vacondio <[email protected]> + +License: + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +The full text of the GLP-2 can be found in +`/usr/share/common-licenses/GPL-2' on Debian systems. diff --git a/debian/orig-tar.exclude b/debian/orig-tar.exclude new file mode 100644 index 0000000..754aab8 --- /dev/null +++ b/debian/orig-tar.exclude @@ -0,0 +1,5 @@ +*/apidocs/* +*.exe +*.jar +*.o +*.pdf diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh new file mode 100755 index 0000000..4220d8a --- /dev/null +++ b/debian/orig-tar.sh @@ -0,0 +1,19 @@ +#!/bin/sh -e + +# called by uscan with '--upstream-version' <version> <file> +DIR=pdfsam-$2 +TAR=../pdfsam_$2.orig.tar.gz + +# clean up the upstream tarball +mkdir $DIR +unzip $3 -d $DIR +(cd $DIR && for ZIP in *.zip; do unzip $ZIP; rm -f $ZIP; done) +tar -c -z -f $TAR -X debian/orig-tar.exclude $DIR +rm -rf $DIR $3 + +# move to directory 'tarballs' +if [ -r .svn/deb-layout ]; then + . .svn/deb-layout + mv $TAR $origDir + echo "moved $TAR to $origDir" +fi diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..06a0e39 --- /dev/null +++ b/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/ant.mk + +JAVA_HOME := /usr/lib/jvm/java-6-default +DEB_JARS := jaxen log4j-1.2 + +get-orig-source: + -uscan --upstream-version 0 --rename diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..5c3ed3c --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/pdfsam/ pdfsam-([\d\.]*)-out-src.zip debian debian/orig-tar.sh -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/pdfsam.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

