r45015 - in /trunk/libhtml-wikiconverter-markdown-perl/debian: README.cdbs-tweaks cdbs/ changelog control control.in copyright_hints patches/ rules

ghostbar at users.alioth.debian.org ghostbar at users.alioth.debian.org
Tue Sep 29 04:50:07 UTC 2009


Author: ghostbar
Date: Tue Sep 29 04:49:36 2009
New Revision: 45015

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45015
Log:
getting things easier:
* Deleted all custom cdbs rules and all related files.
* Deleted control.in
* Deleted garbagefile copyright_hints
* Simpler debian/rules using CDBS
* Deleted all patches

Removed:
    trunk/libhtml-wikiconverter-markdown-perl/debian/README.cdbs-tweaks
    trunk/libhtml-wikiconverter-markdown-perl/debian/cdbs/
    trunk/libhtml-wikiconverter-markdown-perl/debian/control.in
    trunk/libhtml-wikiconverter-markdown-perl/debian/copyright_hints
    trunk/libhtml-wikiconverter-markdown-perl/debian/patches/
Modified:
    trunk/libhtml-wikiconverter-markdown-perl/debian/changelog
    trunk/libhtml-wikiconverter-markdown-perl/debian/control
    trunk/libhtml-wikiconverter-markdown-perl/debian/rules

Modified: trunk/libhtml-wikiconverter-markdown-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-wikiconverter-markdown-perl/debian/changelog?rev=45015&op=diff
==============================================================================
--- trunk/libhtml-wikiconverter-markdown-perl/debian/changelog (original)
+++ trunk/libhtml-wikiconverter-markdown-perl/debian/changelog Tue Sep 29 04:49:36 2009
@@ -45,13 +45,13 @@
 
   [ Jose Luis Rivas ]
   * New upstream release 0.05
-  * Updated patch 1001 and added 1001-and-1012-2 to accomplish with new sources.
-  * Updated patch 1003 and added 1003-2 to accomplish with new sources.
-  * Removed patch 1011 and added 1011-2 to accomplish with new sources.
-  * Updated patch 1012 to accomplish with new sources.
+  * Deleted patches. There are better ways to accomplish what patches made.
+  * Removed quilt, devscripts, patchutils and dh-buildinfo from B-D.
   * Updated version of libhtml-wikiconverter-perl to >= 0.67.
   * debian/control: versioned debhelper to >= 7
-  * Updated debian/rules to dh7.
+  * Updated debian/rules to a simple use of CDBS.
+  * Deleted custom rules for CDBS and debian/README.cdbs-tweaks.
+  * Deleted use of debian/control.in
 
  -- Jose Luis Rivas <ghostbar at debian.org>  Sat, 26 Sep 2009 22:12:57 -0430
 

Modified: trunk/libhtml-wikiconverter-markdown-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-wikiconverter-markdown-perl/debian/control?rev=45015&op=diff
==============================================================================
--- trunk/libhtml-wikiconverter-markdown-perl/debian/control (original)
+++ trunk/libhtml-wikiconverter-markdown-perl/debian/control Tue Sep 29 04:49:36 2009
@@ -1,7 +1,7 @@
 Source: libhtml-wikiconverter-markdown-perl
 Section: perl
 Priority: optional
-Build-Depends: cdbs (>= 0.4.39), devscripts (>= 2.10.7), quilt, patchutils (>= 0.2.25), dh-buildinfo, debhelper (>= 7), perl, libhtml-wikiconverter-perl (>= 0.67), libhtml-tagset-perl, libparams-validate-perl, liburi-perl, libtest-simple-perl, libfile-spec-perl, libhtml-parser-perl, libtest-pod-perl (>= 1.14), libtest-pod-coverage-perl (>= 1.04)
+Build-Depends: cdbs (>= 0.4.39), debhelper (>= 7), perl, libhtml-wikiconverter-perl (>= 0.67), libhtml-tagset-perl, libparams-validate-perl, liburi-perl, libtest-simple-perl, libfile-spec-perl, libhtml-parser-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>
 Standards-Version: 3.8.3

Modified: trunk/libhtml-wikiconverter-markdown-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-wikiconverter-markdown-perl/debian/rules?rev=45015&op=diff
==============================================================================
--- trunk/libhtml-wikiconverter-markdown-perl/debian/rules (original)
+++ trunk/libhtml-wikiconverter-markdown-perl/debian/rules Tue Sep 29 04:49:36 2009
@@ -1,32 +1,4 @@
 #!/usr/bin/make -f
-
-USES_QUILT := $(shell if [ -f $(CURDIR)/debian/patches/series ]; then echo yes; else echo no; fi)
-ifeq ($(USES_QUILT),yes)
-	include /usr/share/quilt/quilt.make
-
-	PATCH_TARGET := $(QUILT_STAMPFN)
-	UNPATCH_TARGET := unpatch
-endif
-
-build: build-stamp
-build-stamp: $(PATCH_TARGET)
-	dh build
-	touch $@
-
-clean: $(UNPATCH_TARGET)
-	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch: install
-	dh $@
-
-binary-indep: install
-	dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build
+# -*- mode: makefile; coding: utf-8 -*-
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/perlmodule.mk




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