r23721 - in /trunk/libhtml-wikiconverter-mediawiki-perl/debian: README.source changelog control patches/ patches/disable-TODO-test.patch patches/series rules

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Fri Aug 1 10:59:56 UTC 2008


Author: ansgar-guest
Date: Fri Aug  1 10:59:53 2008
New Revision: 23721

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=23721
Log:
* Use quilt to apply patches; add debian/README.source to document usage
* Disable test for a feature not implemented yet (Closes: #489111)
* Add myself to Uploaders.

Added:
    trunk/libhtml-wikiconverter-mediawiki-perl/debian/README.source
    trunk/libhtml-wikiconverter-mediawiki-perl/debian/patches/
    trunk/libhtml-wikiconverter-mediawiki-perl/debian/patches/disable-TODO-test.patch
    trunk/libhtml-wikiconverter-mediawiki-perl/debian/patches/series
Modified:
    trunk/libhtml-wikiconverter-mediawiki-perl/debian/changelog
    trunk/libhtml-wikiconverter-mediawiki-perl/debian/control
    trunk/libhtml-wikiconverter-mediawiki-perl/debian/rules

Added: trunk/libhtml-wikiconverter-mediawiki-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-wikiconverter-mediawiki-perl/debian/README.source?rev=23721&op=file
==============================================================================
--- trunk/libhtml-wikiconverter-mediawiki-perl/debian/README.source (added)
+++ trunk/libhtml-wikiconverter-mediawiki-perl/debian/README.source Fri Aug  1 10:59:53 2008
@@ -1,0 +1,6 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+See /usr/share/doc/quilt/README.source for a detailed explanation.
+

Modified: trunk/libhtml-wikiconverter-mediawiki-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-wikiconverter-mediawiki-perl/debian/changelog?rev=23721&op=diff
==============================================================================
--- trunk/libhtml-wikiconverter-mediawiki-perl/debian/changelog (original)
+++ trunk/libhtml-wikiconverter-mediawiki-perl/debian/changelog Fri Aug  1 10:59:53 2008
@@ -1,9 +1,15 @@
-libhtml-wikiconverter-mediawiki-perl (0.55-2) UNRELEASED; urgency=low
+libhtml-wikiconverter-mediawiki-perl (0.55-2) unstable; urgency=low
 
+  [ Jonas Smedegaard ]
   * Add myself as uploader.
   * Fix Svn-* fields in debian/control.
 
- -- Jonas Smedegaard <dr at jones.dk>  Sat, 28 Jun 2008 22:14:37 +0200
+  [ Ansgar Burchardt ]
+  * Use quilt to apply patches; add debian/README.source to document usage
+  * Disable test for a feature not implemented yet (Closes: #489111)
+  * Add myself to Uploaders.
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Fri, 01 Aug 2008 12:36:08 +0200
 
 libhtml-wikiconverter-mediawiki-perl (0.55-1) unstable; urgency=low
 

Modified: trunk/libhtml-wikiconverter-mediawiki-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-wikiconverter-mediawiki-perl/debian/control?rev=23721&op=diff
==============================================================================
--- trunk/libhtml-wikiconverter-mediawiki-perl/debian/control (original)
+++ trunk/libhtml-wikiconverter-mediawiki-perl/debian/control Fri Aug  1 10:59:53 2008
@@ -2,8 +2,9 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Rene Mayorga <rmayorga at debian.org.sv>, Jonas Smedegaard <dr at jones.dk>
-Build-Depends: debhelper (>= 5)
+Uploaders: Rene Mayorga <rmayorga at debian.org.sv>, Jonas Smedegaard <dr at jones.dk>,
+ Ansgar Burchardt <ansgar at 43-1.org>
+Build-Depends: debhelper (>= 5), quilt
 Build-Depends-Indep: perl (>= 5.8.1), libtest-pod-coverage-perl, 
  libtest-pod-perl, libhtml-parser-perl, liburi-perl, 
  libhtml-wikiconverter-perl (>= 0.60)

Added: trunk/libhtml-wikiconverter-mediawiki-perl/debian/patches/disable-TODO-test.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-wikiconverter-mediawiki-perl/debian/patches/disable-TODO-test.patch?rev=23721&op=file
==============================================================================
--- trunk/libhtml-wikiconverter-mediawiki-perl/debian/patches/disable-TODO-test.patch (added)
+++ trunk/libhtml-wikiconverter-mediawiki-perl/debian/patches/disable-TODO-test.patch Fri Aug  1 10:59:53 2008
@@ -1,0 +1,35 @@
+Disable test for a feature not implemented yet.
+
+This patch can be removed if either the features are implemented or the test
+scripts mark them as TODO.
+
+See http://bugs.debian.org/489111
+    http://rt.cpan.org/Public/Bug/Display.html?id=37911
+
+--- libhtml-wikiconverter-mediawiki-perl.orig/t/mediawiki.t
++++ libhtml-wikiconverter-mediawiki-perl/t/mediawiki.t
+@@ -486,24 +486,6 @@
+ | 6'
+ |}
+ __NEXT__
+-table w/ blocks
+-__H__
+-<table>
+-  <tr>
+-    <td align=center>
+-      <p>Paragraph 1</p>
+-      <p>Paragraph 2</p>
+-    </td>
+-  </tr>
+-</table>
+-__W__
+-{|
+-| align="center" |
+-Paragraph 1
+-
+-Paragraph 2
+-|}
+-__NEXT__
+ strip empty aname
+ __H__
+ <html><a name="thing"></a> some text</html>

Added: trunk/libhtml-wikiconverter-mediawiki-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-wikiconverter-mediawiki-perl/debian/patches/series?rev=23721&op=file
==============================================================================
--- trunk/libhtml-wikiconverter-mediawiki-perl/debian/patches/series (added)
+++ trunk/libhtml-wikiconverter-mediawiki-perl/debian/patches/series Fri Aug  1 10:59:53 2008
@@ -1,0 +1,1 @@
+disable-TODO-test.patch

Modified: trunk/libhtml-wikiconverter-mediawiki-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-wikiconverter-mediawiki-perl/debian/rules?rev=23721&op=diff
==============================================================================
--- trunk/libhtml-wikiconverter-mediawiki-perl/debian/rules (original)
+++ trunk/libhtml-wikiconverter-mediawiki-perl/debian/rules Fri Aug  1 10:59:53 2008
@@ -2,6 +2,8 @@
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
+
+include /usr/share/quilt/quilt.make
 
 # If set to a true value then MakeMaker's prompt function will
 # always return the default without waiting for user input.
@@ -12,14 +14,14 @@
 TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
 	$(MAKE) test
 	touch $@
 
-clean:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp install-stamp




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