r35319 - in /trunk/libhtml-wikiconverter-perl/debian: control rules

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Wed May 13 09:11:04 UTC 2009


Author: eloy
Date: Wed May 13 09:10:59 2009
New Revision: 35319

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=35319
Log:
convert package to debhelper7

Modified:
    trunk/libhtml-wikiconverter-perl/debian/control
    trunk/libhtml-wikiconverter-perl/debian/rules

Modified: trunk/libhtml-wikiconverter-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-wikiconverter-perl/debian/control?rev=35319&op=diff
==============================================================================
--- trunk/libhtml-wikiconverter-perl/debian/control (original)
+++ trunk/libhtml-wikiconverter-perl/debian/control Wed May 13 09:10:59 2009
@@ -1,11 +1,14 @@
 Source: libhtml-wikiconverter-perl
 Section: perl
 Priority: optional
-Build-Depends: cdbs (>= 0.4.39), devscripts (>= 2.10.7), quilt, patchutils (>= 0.2.25), dh-buildinfo, debhelper (>= 5.0.44), perl (>= 5.6.0-16), libhtml-tree-perl (>= 3.18), libcss-perl, liburi-perl (>= 1.35), libhtml-parser-perl, libhtml-tagset-perl, libparams-validate-perl (>= 0.77), libclass-data-accessor-perl (>= 0.02), libtest-simple-perl, libtest-pod-perl (>= 1.14), libtest-pod-coverage-perl (>= 1.04)
-Build-conflicts: libwww-perl
+Build-Depends: quilt, debhelper (>= 7.2), perl (>= 5.6.0-16), 
+  libhtml-tree-perl (>= 3.18), libcss-perl, liburi-perl (>= 1.35), 
+  libhtml-parser-perl, libhtml-tagset-perl, libparams-validate-perl (>= 0.77),
+  libclass-data-accessor-perl (>= 0.02), libtest-simple-perl, 
+  libtest-pod-perl (>= 1.14), libtest-pod-coverage-perl (>= 1.04)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonas Smedegaard <dr at jones.dk>, 
-  Rene Mayorga <rmayorga at debian.org>, 
+  Rene Mayorga <rmayorga at debian.org.sv>,
   Krzysztof Krzyżaniak (eloy) <eloy at debian.org>
 Standards-Version: 3.8.1
 Vcs-Svn: svn://svn.debian.org/collab-maint/deb-maint/libhtml-wikiconverter-perl/trunk
@@ -14,7 +17,9 @@
 
 Package: libhtml-wikiconverter-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libhtml-tree-perl (>= 3.18), libcss-perl, liburi-perl (>= 1.35), libhtml-parser-perl, libhtml-tagset-perl, libparams-validate-perl (>= 0.77), libclass-data-accessor-perl (>= 0.02)
+Depends: ${perl:Depends}, ${misc:Depends}, libhtml-tree-perl (>= 3.18), 
+  libcss-perl, liburi-perl (>= 1.35), libhtml-parser-perl, libhtml-tagset-perl,
+  libparams-validate-perl (>= 0.77), libclass-data-accessor-perl (>= 0.02)
 Recommends: libhtml-wikiconverter-dialect, libfile-slurp-perl, libhtml-wikiconverter-dokuwiki-perl, libhtml-wikiconverter-kwiki-perl, libhtml-wikiconverter-mediawiki-perl, libhtml-wikiconverter-moinmoin-perl, libhtml-wikiconverter-oddmuse-perl, libhtml-wikiconverter-phpwiki-perl, libhtml-wikiconverter-pmwiki-perl, libhtml-wikiconverter-snipsnap-perl, libhtml-wikiconverter-tikiwiki-perl, libhtml-wikiconverter-usemod-perl, libhtml-wikiconverter-wakkawiki-perl, libhtml-wikiconverter-wikkawiki-perl
 Description:  An HTML to wiki markup converter
  HTML::WikiConverter is an HTML to wiki converter. It can convert HTML
@@ -22,3 +27,4 @@
  .
  This package contains the core modules. You will need at a dialect
  package too for this package to be of any real use.
+ Build-conflicts: libwww-perl

Modified: trunk/libhtml-wikiconverter-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-wikiconverter-perl/debian/rules?rev=35319&op=diff
==============================================================================
--- trunk/libhtml-wikiconverter-perl/debian/rules (original)
+++ trunk/libhtml-wikiconverter-perl/debian/rules Wed May 13 09:10:59 2009
@@ -1,30 +1,25 @@
 #!/usr/bin/make -f
-# -*- mode: makefile; coding: utf-8 -*-
-# Copyright © 2007-2008 Jonas Smedegaard <dr at jones.dk>
 
-# See debian/README.cdbs-tweaks for info on local overrides
-include debian/cdbs/1/rules/upstream-tarball.mk
-include debian/cdbs/1/rules/copyright-check.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
-include debian/cdbs/1/rules/buildinfo.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-# Put perlmodule.mk after debhelper.mk to dh_clean temp files not in MANIFEST
-include /usr/share/cdbs/1/class/perlmodule.mk
+include /usr/share/quilt/quilt.make
 
-DEB_UPSTREAM_PACKAGE = HTML-WikiConverter
-DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/HTML
-DEB_UPSTREAM_TARBALL_MD5 = cde89dabd0609ba25e44cae96e761bf5
+build: build-stamp
+build-stamp:
+	dh build
+	touch $@
 
-# Needed both by upstream build process and at runtime
-#TODO: Automatically include these to debian/control Depends: line
-dependencies = libhtml-tree-perl (>= 3.18), libcss-perl, liburi-perl (>= 1.35), libhtml-parser-perl, libhtml-tagset-perl, libparams-validate-perl (>= 0.77), libclass-data-accessor-perl (>= 0.02)
+clean:
+	dh $@
 
-# Needed by upstream build process
-CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), $(dependencies), libtest-simple-perl
-# Additional undocumented upstream needs
-#CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), libtest-pod-perl (>= 1.14), libtest-pod-coverage-perl (>= 1.04), libwww-perl
-#TODO: Solve building tests while libwww-perl is installed
-CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), libtest-pod-perl (>= 1.14), libtest-pod-coverage-perl (>= 1.04)
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
 
-# Fix double cdbs build-dependencies
-CDBS_BUILD_DEPENDS := $(shell echo '$(CDBS_BUILD_DEPENDS)' | sed -e '/\bcdbs (>= 0.4.39)/ s/ *,* *\bcdbs (>= \(0.4.23-1.1\|0.4.27\)) *,* */, /g' -e 's/^ *, *//' -e 's/ *, *$$//')
+binary-arch:
+
+binary-indep: install
+	dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build




More information about the Pkg-perl-cvs-commits mailing list