[xml/sgml-commit] r1707 - in /packages/dbtoepub/trunk/debian: changelog compat control dbtoepub.docs dbtoepub.manpages rules

dleidert-guest at users.alioth.debian.org dleidert-guest at users.alioth.debian.org
Sun Aug 1 22:17:15 UTC 2010


Author: dleidert-guest
Date: Sun Aug  1 22:17:14 2010
New Revision: 1707

URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=1707
Log:
* debian/compat: Bumped to dh compat level 7.
* debian/control (Standards-Version): Bumped to 3.9.1.
  (Build-Depends): Increased dh version.
  (Conflicts): Fixed conflicts-with-version by moving to Breaks.
* debian/dbtoepub.docs: Added. Moved stuff out of debian/rules.
* debian/dbtoepub.manpages: Ditto.
* debian/rules: Rewritten file for dh 7.

Added:
    packages/dbtoepub/trunk/debian/dbtoepub.docs
    packages/dbtoepub/trunk/debian/dbtoepub.manpages
Modified:
    packages/dbtoepub/trunk/debian/changelog
    packages/dbtoepub/trunk/debian/compat
    packages/dbtoepub/trunk/debian/control
    packages/dbtoepub/trunk/debian/rules

Modified: packages/dbtoepub/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/dbtoepub/trunk/debian/changelog?rev=1707&op=diff
==============================================================================
--- packages/dbtoepub/trunk/debian/changelog (original)
+++ packages/dbtoepub/trunk/debian/changelog Sun Aug  1 22:17:14 2010
@@ -2,6 +2,13 @@
 
   * NOT RELEASED YET
   * New snapshot based on revision 8723.
+  * debian/compat: Bumped to dh compat level 7.
+  * debian/control (Standards-Version): Bumped to 3.9.1.
+    (Build-Depends): Increased dh version.
+    (Conflicts): Fixed conflicts-with-version by moving to Breaks.
+  * debian/dbtoepub.docs: Added. Moved stuff out of debian/rules.
+  * debian/dbtoepub.manpages: Ditto.
+  * debian/rules: Rewritten file for dh 7.
 
  -- Daniel Leidert (dale) <daniel.leidert at wgdd.de>  Mon, 21 Dec 2009 02:03:49 +0100
 

Modified: packages/dbtoepub/trunk/debian/compat
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/dbtoepub/trunk/debian/compat?rev=1707&op=diff
==============================================================================
--- packages/dbtoepub/trunk/debian/compat (original)
+++ packages/dbtoepub/trunk/debian/compat Sun Aug  1 22:17:14 2010
@@ -1,1 +1,1 @@
-5
+7

Modified: packages/dbtoepub/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/dbtoepub/trunk/debian/control?rev=1707&op=diff
==============================================================================
--- packages/dbtoepub/trunk/debian/control (original)
+++ packages/dbtoepub/trunk/debian/control Sun Aug  1 22:17:14 2010
@@ -3,8 +3,8 @@
 Priority: extra
 Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs at lists.alioth.debian.org>
 Uploaders: Daniel Leidert (dale) <daniel.leidert at wgdd.de>
-Build-Depends: debhelper (>= 5), dpatch
-Standards-Version: 3.8.3
+Build-Depends: debhelper (>> 7.0.50~), dpatch
+Standards-Version: 3.9.1
 Homepage: http://docbook.sourceforge.net/release/xsl/current/epub/README
 Vcs-Browser: http://svn.debian.org/wsvn/debian-xml-sgml/packages/dbtoepub/
 Vcs-Svn: svn://svn.debian.org/svn/debian-xml-sgml/packages/dbtoepub/trunk/
@@ -14,7 +14,7 @@
 Architecture: all
 Depends: docbook-xsl | docbook-xsl-ns, libxml2-utils, ruby, xsltproc, zip, ${misc:Depends}
 Replaces: docbook-xsl (<< 1.75.2+dfsg-2)
-Conflicts: docbook-xsl (<< 1.75.2+dfsg-2)
+Breaks: docbook-xsl (<< 1.75.2+dfsg-2)
 Description: DocBook XML to .epub converter
  dbtoepub is an alpha-quality reference implementation to convert DocBook
  documents into the .epub format, an open standard for reflowable digital

Added: packages/dbtoepub/trunk/debian/dbtoepub.docs
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/dbtoepub/trunk/debian/dbtoepub.docs?rev=1707&op=file
==============================================================================
--- packages/dbtoepub/trunk/debian/dbtoepub.docs (added)
+++ packages/dbtoepub/trunk/debian/dbtoepub.docs Sun Aug  1 22:17:14 2010
@@ -1,0 +1,1 @@
+README

Added: packages/dbtoepub/trunk/debian/dbtoepub.manpages
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/dbtoepub/trunk/debian/dbtoepub.manpages?rev=1707&op=file
==============================================================================
--- packages/dbtoepub/trunk/debian/dbtoepub.manpages (added)
+++ packages/dbtoepub/trunk/debian/dbtoepub.manpages Sun Aug  1 22:17:14 2010
@@ -1,0 +1,1 @@
+debian/dbtoepub.1

Modified: packages/dbtoepub/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/dbtoepub/trunk/debian/rules?rev=1707&op=diff
==============================================================================
--- packages/dbtoepub/trunk/debian/rules (original)
+++ packages/dbtoepub/trunk/debian/rules Sun Aug  1 22:17:14 2010
@@ -6,39 +6,12 @@
 
 include /usr/share/dpatch/dpatch.make
 
-build: build-stamp
-build-stamp: patch-stamp
-	dh_testdir
-	touch $@
+build:: patch-stamp
+clean:: unpatch
 
-clean: unpatch
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp patch-stamp
+%::
+	dh --parallel $@
 
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
-
-binary-arch: build install
-binary-indep: build install
-	dh_testdir
-	dh_testroot
+override_dh_install:
 	dh_install
-	dh_installchangelogs
-	dh_installdocs README
-	dh_installman debian/dbtoepub.1
 	chmod 644 $(CURDIR)/debian/$(PACKAGE)/usr/lib/ruby/1.8/dbtoepub/docbook.rb
-	dh_link
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-
-.PHONY: binary binary-arch binary-indep build clean




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