[pkg-java] r11689 - trunk/xslthl/debian

Mathieu Malaterre malat-guest at alioth.debian.org
Tue Feb 23 13:58:30 UTC 2010


Author: malat-guest
Date: 2010-02-23 13:58:30 +0000 (Tue, 23 Feb 2010)
New Revision: 11689

Added:
   trunk/xslthl/debian/README.source
   trunk/xslthl/debian/libxslthl-java.docs
Modified:
   trunk/xslthl/debian/changelog
   trunk/xslthl/debian/control
   trunk/xslthl/debian/copyright
   trunk/xslthl/debian/get-orig-source
   trunk/xslthl/debian/rules
Log:
Integrate suggestion from Matt Johnson

Added: trunk/xslthl/debian/README.source
===================================================================
--- trunk/xslthl/debian/README.source	                        (rev 0)
+++ trunk/xslthl/debian/README.source	2010-02-23 13:58:30 UTC (rev 11689)
@@ -0,0 +1,7 @@
+This debian package is a stripped version of upstream xslthl.
+
+libs/ directory has been removed. It contained convinient copy of libsaxon-java, libsaxonb-java and libxalan2-java
+examples/ directory has also been removed. It contained third party file, with no clear license or conflicting license (eg. GPL)
+
+ -- Mathieu Malaterre (malat) <mathieu.malaterre at gmail.com>  Tue, 23 Feb 2010 14:58:29 +0100
+

Modified: trunk/xslthl/debian/changelog
===================================================================
--- trunk/xslthl/debian/changelog	2010-02-23 13:09:25 UTC (rev 11688)
+++ trunk/xslthl/debian/changelog	2010-02-23 13:58:30 UTC (rev 11689)
@@ -2,4 +2,4 @@
 
   * Initial version. Closes: #570932
 
- -- Mathieu Malaterre (malat) <mathieu.malaterre at gmail.com>  Mon, 22 Feb 2010 11:31:00 +0100
+ -- Mathieu Malaterre (malat) <mathieu.malaterre at gmail.com>  Tue, 23 Feb 2010 14:58:29 +0100

Modified: trunk/xslthl/debian/control
===================================================================
--- trunk/xslthl/debian/control	2010-02-23 13:09:25 UTC (rev 11688)
+++ trunk/xslthl/debian/control	2010-02-23 13:58:30 UTC (rev 11689)
@@ -4,7 +4,7 @@
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Mathieu Malaterre (malat) <mathieu.malaterre at gmail.com>
 Build-Depends: debhelper (>= 7), javahelper
-Build-Depends-Indep: default-jdk-builddep, libsaxon-java, libsaxonb-java, libxalan2-java
+Build-Depends-Indep: default-jdk, libsaxon-java, libsaxonb-java, libxalan2-java
 Standards-Version: 3.8.4
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/xslthl
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/xslthl/

Modified: trunk/xslthl/debian/copyright
===================================================================
--- trunk/xslthl/debian/copyright	2010-02-23 13:09:25 UTC (rev 11688)
+++ trunk/xslthl/debian/copyright	2010-02-23 13:58:30 UTC (rev 11689)
@@ -23,11 +23,10 @@
  3. This notice may not be removed or altered from any source distribution.
 
 Files: debian/*
-Copyright: 2009; Mathieu Malaterre (malat) <mathieu.malaterre at gmail.com>
-License: GPL-2+
+Copyright: 2010; Mathieu Malaterre (malat) <mathieu.malaterre at gmail.com>
+License: BSD
 
-License: GPL-2+
+License: BSD
   On Debian GNU/Linux system you can find the complete text of the
-  GNU General Public License version 2 license in 
-  '/usr/share/common-licenses/GPL-2'.
+  BSD license in '/usr/share/common-licenses/BSD'.
 

Modified: trunk/xslthl/debian/get-orig-source
===================================================================
--- trunk/xslthl/debian/get-orig-source	2010-02-23 13:09:25 UTC (rev 11688)
+++ trunk/xslthl/debian/get-orig-source	2010-02-23 13:58:30 UTC (rev 11689)
@@ -26,6 +26,8 @@
 cd ${FOLDER}
 # saxon6 / saxon9 / xalan are packaged inside the source...
 rm -rf ./lib
+# examples have weird license or no license. we do not need them:
+rm -rf ./examples
 cd ..
 
 GZIP=-9 tar czf ${TARFILE} ${FOLDER}

Added: trunk/xslthl/debian/libxslthl-java.docs
===================================================================
--- trunk/xslthl/debian/libxslthl-java.docs	                        (rev 0)
+++ trunk/xslthl/debian/libxslthl-java.docs	2010-02-23 13:58:30 UTC (rev 11689)
@@ -0,0 +1 @@
+debian/README.source


Property changes on: trunk/xslthl/debian/libxslthl-java.docs
___________________________________________________________________
Added: svn:mime-type
   + text/plain
Added: svn:eol-style
   + native

Modified: trunk/xslthl/debian/rules
===================================================================
--- trunk/xslthl/debian/rules	2010-02-23 13:09:25 UTC (rev 11688)
+++ trunk/xslthl/debian/rules	2010-02-23 13:58:30 UTC (rev 11689)
@@ -34,7 +34,7 @@
 	dh_installdocs -i
 	dh_installchangelogs -i
 	#dh_javadoc -i --sourcedir=src 
-	jh_libs -i
+	jh_installibs -i
 	jh_depends -i
 	dh_compress -i
 	dh_fixperms -i




More information about the pkg-java-commits mailing list