[xml/sgml-commit] r2120 - in /packages/epubcheck/trunk/debian: changelog copyright epubcheck.links patches/ patches/fixencoding.patch patches/series rules

malat at users.alioth.debian.org malat at users.alioth.debian.org
Tue Dec 18 13:11:20 UTC 2012


Author: malat
Date: Tue Dec 18 13:11:19 2012
New Revision: 2120

URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=2120
Log:
First package

Added:
    packages/epubcheck/trunk/debian/epubcheck.links
    packages/epubcheck/trunk/debian/patches/
    packages/epubcheck/trunk/debian/patches/fixencoding.patch
    packages/epubcheck/trunk/debian/patches/series
Modified:
    packages/epubcheck/trunk/debian/changelog
    packages/epubcheck/trunk/debian/copyright
    packages/epubcheck/trunk/debian/rules

Modified: packages/epubcheck/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/epubcheck/trunk/debian/changelog?rev=2120&op=diff
==============================================================================
--- packages/epubcheck/trunk/debian/changelog (original)
+++ packages/epubcheck/trunk/debian/changelog Tue Dec 18 13:11:19 2012
@@ -2,4 +2,4 @@
 
   * Initial Debian Upload (Closes: #602780)
 
- -- Mathieu Malaterre <malat at debian.org>  Thu, 20 Sep 2012 10:00:14 +0200
+ -- Mathieu Malaterre <malat at debian.org>  Tue, 18 Dec 2012 14:07:03 +0100

Modified: packages/epubcheck/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/epubcheck/trunk/debian/copyright?rev=2120&op=diff
==============================================================================
--- packages/epubcheck/trunk/debian/copyright (original)
+++ packages/epubcheck/trunk/debian/copyright Tue Dec 18 13:11:19 2012
@@ -1,10 +1,30 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: epubcheck
-Upstream-Contact: 
+Upstream-Contact: Peter Sorotokin, Garth Conboy, Markus Gylling, Piotr Kula, Paul Norton
 Source: http://code.google.com/p/epubcheck/
 
+Files: *
+License: New BSD License
+ Copyright (c) 2007 Adobe Systems Incorporated
+ .
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
+ this software and associated documentation files (the "Software"), to deal in
+ the Software without restriction, including without limitation the rights to
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
+ the Software, and to permit persons to whom the Software is furnished to do so,
+ subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 Files: debian/*
 Copyright: 2012 Mathieu Malaterre <malat at debian.org>
-License: GPL-2+
+License: New BSD License
  Same as above

Added: packages/epubcheck/trunk/debian/epubcheck.links
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/epubcheck/trunk/debian/epubcheck.links?rev=2120&op=file
==============================================================================
--- packages/epubcheck/trunk/debian/epubcheck.links (added)
+++ packages/epubcheck/trunk/debian/epubcheck.links Tue Dec 18 13:11:19 2012
@@ -1,0 +1,1 @@
+usr/share/java/epubcheck.jar usr/bin/epubcheck

Added: packages/epubcheck/trunk/debian/patches/fixencoding.patch
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/epubcheck/trunk/debian/patches/fixencoding.patch?rev=2120&op=file
==============================================================================
--- packages/epubcheck/trunk/debian/patches/fixencoding.patch (added)
+++ packages/epubcheck/trunk/debian/patches/fixencoding.patch Tue Dec 18 13:11:19 2012
@@ -1,0 +1,36 @@
+Description: <short summary of the patch>
+ TODO: Put a short summary on the line above and replace this paragraph
+ with a longer explanation of this change. Complete the meta-information
+ with other relevant fields (see below for details). To make it easier, the
+ information below has been extracted from the changelog. Adjust it or drop
+ it.
+ .
+ epubcheck (1.2-1) unstable; urgency=low
+ .
+   * Initial Debian Upload (Closes: #602780)
+Author: Mathieu Malaterre <malat at debian.org>
+Bug-Debian: http://bugs.debian.org/602780
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- epubcheck-1.2.orig/build.xml
++++ epubcheck-1.2/build.xml
+@@ -51,6 +51,7 @@
+  				source="1.4"
+ 				classpathref="classpath"
+ 				includes="**/*.*" 
++        encoding="iso-8859-1"
+ 				debug="true">
+ 			<compilerarg value="-Xlint:unchecked"/>
+ 		</javac>

Added: packages/epubcheck/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/epubcheck/trunk/debian/patches/series?rev=2120&op=file
==============================================================================
--- packages/epubcheck/trunk/debian/patches/series (added)
+++ packages/epubcheck/trunk/debian/patches/series Tue Dec 18 13:11:19 2012
@@ -1,0 +1,1 @@
+fixencoding.patch

Modified: packages/epubcheck/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/epubcheck/trunk/debian/rules?rev=2120&op=diff
==============================================================================
--- packages/epubcheck/trunk/debian/rules (original)
+++ packages/epubcheck/trunk/debian/rules Tue Dec 18 13:11:19 2012
@@ -12,13 +12,14 @@
 	dh_auto_configure -- buildJar
 
 # Target "clean" does not exist in the project "null". 
-#override_dh_auto_clean:
+override_dh_auto_clean:
 
 override_dh_clean:
-	#dh_clean dist/epubcheck-src-1.2.zip
-	#dh_clean dist/epubcheck-1.2.zip
-	#dh_clean dist/epubcheck-1.2.jar
+	dh_clean dist/epubcheck-src-1.2.zip
+	dh_clean dist/epubcheck-1.2.zip
+	dh_clean dist/epubcheck-1.2.jar
 	find . -name *.class -delete
+	rm -rf bin
 
 get-orig-source:
 	uscan --verbose --force-download --rename --repack




More information about the debian-xml-sgml-commit mailing list