[pkg-java] r6939 - in trunk: . pdfsam pdfsam/debian

twerner at alioth.debian.org twerner at alioth.debian.org
Tue Aug 26 19:03:40 UTC 2008


Author: twerner
Date: 2008-08-26 19:03:39 +0000 (Tue, 26 Aug 2008)
New Revision: 6939

Added:
   trunk/pdfsam/
   trunk/pdfsam/debian/
   trunk/pdfsam/debian/changelog
   trunk/pdfsam/debian/compat
   trunk/pdfsam/debian/control
   trunk/pdfsam/debian/copyright
   trunk/pdfsam/debian/orig-tar.exclude
   trunk/pdfsam/debian/orig-tar.sh
   trunk/pdfsam/debian/rules
   trunk/pdfsam/debian/watch
Log:
new package: pdfsam


Added: trunk/pdfsam/debian/changelog
===================================================================
--- trunk/pdfsam/debian/changelog	                        (rev 0)
+++ trunk/pdfsam/debian/changelog	2008-08-26 19:03:39 UTC (rev 6939)
@@ -0,0 +1,5 @@
+pdfsam (1.0.1-1) unstable; urgency=low
+
+  * Initial release. (Closes: #496687)
+
+ -- Torsten Werner <twerner at debian.org>  Tue, 26 Aug 2008 20:36:24 +0200

Added: trunk/pdfsam/debian/compat
===================================================================
--- trunk/pdfsam/debian/compat	                        (rev 0)
+++ trunk/pdfsam/debian/compat	2008-08-26 19:03:39 UTC (rev 6939)
@@ -0,0 +1 @@
+5

Added: trunk/pdfsam/debian/control
===================================================================
--- trunk/pdfsam/debian/control	                        (rev 0)
+++ trunk/pdfsam/debian/control	2008-08-26 19:03:39 UTC (rev 6939)
@@ -0,0 +1,15 @@
+Source: pdfsam
+Section: text
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Torsten Werner <twerner at debian.org>
+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

Added: trunk/pdfsam/debian/copyright
===================================================================
--- trunk/pdfsam/debian/copyright	                        (rev 0)
+++ trunk/pdfsam/debian/copyright	2008-08-26 19:03:39 UTC (rev 6939)
@@ -0,0 +1,26 @@
+This package was debianized by Torsten Werner <twerner at debian.org> 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 <andrea.vacondio at gmail.com>
+
+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.

Added: trunk/pdfsam/debian/orig-tar.exclude
===================================================================
--- trunk/pdfsam/debian/orig-tar.exclude	                        (rev 0)
+++ trunk/pdfsam/debian/orig-tar.exclude	2008-08-26 19:03:39 UTC (rev 6939)
@@ -0,0 +1,5 @@
+*/apidocs/*
+*.exe
+*.jar
+*.o
+*.pdf

Added: trunk/pdfsam/debian/orig-tar.sh
===================================================================
--- trunk/pdfsam/debian/orig-tar.sh	                        (rev 0)
+++ trunk/pdfsam/debian/orig-tar.sh	2008-08-26 19:03:39 UTC (rev 6939)
@@ -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


Property changes on: trunk/pdfsam/debian/orig-tar.sh
___________________________________________________________________
Name: svn:executable
   + 

Added: trunk/pdfsam/debian/rules
===================================================================
--- trunk/pdfsam/debian/rules	                        (rev 0)
+++ trunk/pdfsam/debian/rules	2008-08-26 19:03:39 UTC (rev 6939)
@@ -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    


Property changes on: trunk/pdfsam/debian/rules
___________________________________________________________________
Name: svn:executable
   + 

Added: trunk/pdfsam/debian/watch
===================================================================
--- trunk/pdfsam/debian/watch	                        (rev 0)
+++ trunk/pdfsam/debian/watch	2008-08-26 19:03:39 UTC (rev 6939)
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/pdfsam/ pdfsam-([\d\.]*)-out-src.zip debian debian/orig-tar.sh




More information about the pkg-java-commits mailing list