debian/0000755000000000000000000000000011703037672007174 5ustar debian/control0000644000000000000000000000213211703037437010574 0ustar Source: libhtml-wikiconverter-dokuwiki-perl Section: perl Priority: optional Build-Depends: devscripts, cdbs (>= 0.4.73~), perl, debhelper, dh-buildinfo, libhtml-wikiconverter-perl, libtest-simple-perl, libfile-spec-perl, libhtml-parser-perl, libtest-pod-perl, libtest-pod-coverage-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/HTML-WikiConverter-DokuWiki/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libhtml-wikiconverter-dokuwiki-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhtml-wikiconverter-dokuwiki-perl.git Package: libhtml-wikiconverter-dokuwiki-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Provides: libhtml-wikiconverter-dialect Description: HTML to wiki markup converter - DokuWiki dialect HTML::WikiConverter is an HTML to wiki converter. It can convert HTML source into a variety of wiki markups, called wiki "dialects". . This package provides the DokuWiki dialect. debian/source/0000755000000000000000000000000011702336772010476 5ustar debian/source/format0000644000000000000000000000001411403013215011662 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000404511703037672011051 0ustar libhtml-wikiconverter-dokuwiki-perl (0.53-2) unstable; urgency=low [ Jonas Smedegaard ] * Modernize CDBS usage: + Drop local snippets (included in main cdbs). + Declare binary dependency in rules file. + Recursively expand variables. + Stop cleaning build-dependencies (done in cdbs now). + Use snippet perl-makemaker.mk (not deprecated perlmodule.mk). + Add README.source (and drop README.cdbs-tweaks). * Newline-delimit package relations in control file. * Add licensing header to rules file, and extend copyright years. * Bump standards-version to 3.9.2. * Update package relations: + Fix depend on ${misc:Depends}. + Drop bogus dependencies on libparams-validate-perl and liburi-perl. + Drop older-than-oldstable Breaks and Replaces. + Drop versioning for packages satisfied even in oldstable: - libtest-pod-perl - libtest-pod-coverage-perl + Tighten build-dependency on cdbs. + Relax to build-depend unversioned on debhelper and devscripts (needed versions satisfied even in oldstable). * Bump debhelper compat level to 7. * Update Homepage. * Rewrite copyright file using draft DEP-5 syntax. * Use dpkg source format 3.0 (quilt). * Add git-uildpackage config, enabling signed tags and pristine-tar branch. [ Salvatore Bonaccorso ] * Update package relations: + Relax to (build-)depend unversioned on perl (as permitted by Debian Policy 3.8.3). [ Ansgar Burchardt ] * Update Vcs-* fields in control file: Packaging moved to Git. -- Jonas Smedegaard Tue, 10 Jan 2012 14:39:12 +0100 libhtml-wikiconverter-dokuwiki-perl (0.53-1) unstable; urgency=low * Initial official release. Closes: bug#448912. * Add debian/copyright_hints. * Relax versioned build-dependency on libhtml-wikiconverter-perl. -- Jonas Smedegaard Sat, 28 Jun 2008 23:14:55 +0200 libhtml-wikiconverter-dokuwiki-perl (0.53-0~0jones1) jones; urgency=low * Initial unofficial release. -- Jonas Smedegaard Sat, 28 Jun 2008 23:02:34 +0200 debian/README.source0000644000000000000000000000361311536400550011347 0ustar Building this package for Debian -------------------------------- This source package need no special handling for normal package builds. Developing this package for Debian ---------------------------------- The source of this package is developed using git and the helper tool git-buildpackage, with all official releases tagged and signed and binary diffs of tarballs stored using pristine-tar. This is documented below /usr/share/doc/git-buildpackage/manual-html/ . A custom build target shows current upstream and packaging versions: debian/rules print-version Current upstream tarball can be prepared using this other build target: debian/rules get-orig-source To switch to newer upstream source, first add a dummy changelog entry and comment out DEB_UPSTREAM_TARBALL_MD5 before getting the source: dch -v ${new_upstream_version}-1 "Dummy changelog entry" sed -i -e 's/^\(DEB_UPSTREAM_TARBALL_MD5\b\)/#\1/' debian/rules debian/rules get-orig-source Store new md5sum to help ensure identical source is received later. Setting DEB_MAINTAINER_MODE=1 enables additional build routines helpful during development of the package, but unfit for normal builds. This typically includes the CDBS feature of auto-updating debian/control with CDBS-related build-dependencies, which is forbidden by Debian Policy as build environment must not change during automated builds. Maintaining packaging build routines ------------------------------------ This source package wraps debhelper commands and other tedious parts of the build routines using the CDBS framework. Please refer to the actual makefile snippets included from debian/rules for details on their purpose and ways to override defaults. Additionally, makefile snippets included from below /usr/share/cdbs may also be documented in /usr/share/doc/cdbs/cdbs-doc.pdf.gz . -- Jonas Smedegaard Thu, 26 Feb 2009 21:28:29 +0100 debian/compat0000644000000000000000000000000211702334215010362 0ustar 7 debian/watch0000644000000000000000000000026511702321120010207 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 http://search.cpan.org/dist/HTML-WikiConverter-DokuWiki/ \ .*/HTML-WikiConverter-DokuWiki-(\d.+).tar.gz debian/copyright_hints0000644000000000000000000000135611703037427012337 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174 Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: Changes MANIFEST META.yml Makefile.PL debian/README.source debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/watch t/00-load.t t/boilerplate.t t/dokuwiki.t t/pod-coverage.t t/pod.t t/runtests.pl Copyright: *No copyright* License: UNKNOWN FIXME Files: debian/rules Copyright: 2007-2008, 2012, Jonas Smedegaard License: GPL-2+ FIXME Files: lib/HTML/WikiConverter/DokuWiki.pm Copyright: & LICENSE 2006, David J. Iberri License: Perl FIXME Files: README Copyright: 2007, David J. Iberri License: Perl FIXME debian/copyright0000644000000000000000000000317411702335357011134 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174 Upstream-Name: HTML::WikiConverter::DokuWiki Upstream-Contact: David J. Iberri Source: http://search.cpan.org/dist/HTML-WikiConverter-DokuWiki/ Files: * Copyright: 2006-2007, David J. Iberri License: Artistic or GPL-1+ This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. Comment: Perl is licensed under either the 'Artistic license' or the 'GNU General Public License' version 1 or later. Files: debian/* Copyright: 2007-2008, 2012, Jonas Smedegaard License: GPL-2+ License: Artistic Comment: On Debian systems the 'Artistic License' is located in '/usr/share/common-licenses/Artistic'. License: GPL-1+ Comment: On Debian systems the 'GNU General Public License' version 1 is located in '/usr/share/common-licenses/GPL-1'. License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. Comment: On Debian systems the 'GNU General Public License' version 2 is located in '/usr/share/common-licenses/GPL'. . You should have received a copy of the 'GNU General Public License' along with this program. If not, see . debian/gbp.conf0000644000000000000000000000014611403013215010574 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/rules0000755000000000000000000000276711702334010010251 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright © 2007, 2008, 2012, Jonas Smedegaard # Description: Main Debian packaging script for HTML::WikiConverter::DokuWiki # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . include /usr/share/cdbs/1/rules/upstream-tarball.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/perl-makemaker.mk include /usr/share/cdbs/1/rules/debhelper.mk DEB_UPSTREAM_PACKAGE = HTML-WikiConverter-DokuWiki DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/HTML DEB_UPSTREAM_TARBALL_MD5 = 74f5cd1382962ca5d24a39dd6b15059d # Needed both by upstream build process and at runtime depends = libhtml-wikiconverter-perl CDBS_BUILD_DEPENDS += , $(depends), libtest-simple-perl # TODO: suggest upstream to document below needs CDBS_BUILD_DEPENDS += , libfile-spec-perl, libhtml-parser-perl, libtest-pod-perl, libtest-pod-coverage-perl CDBS_DEPENDS_DEFAULT = $(depends) debian/control.in0000644000000000000000000000162411702335415011202 0ustar Source: libhtml-wikiconverter-dokuwiki-perl Section: perl Priority: optional Build-Depends: @cdbs@ Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/HTML-WikiConverter-DokuWiki/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libhtml-wikiconverter-dokuwiki-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhtml-wikiconverter-dokuwiki-perl.git Package: libhtml-wikiconverter-dokuwiki-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Provides: libhtml-wikiconverter-dialect Description: HTML to wiki markup converter - DokuWiki dialect HTML::WikiConverter is an HTML to wiki converter. It can convert HTML source into a variety of wiki markups, called wiki "dialects". . This package provides the DokuWiki dialect.