r13105 - in /trunk/libhtml-wikiconverter-moinmoin-perl/debian: ./ cdbs/ cdbs/1/ cdbs/1/rules/

js at users.alioth.debian.org js at users.alioth.debian.org
Mon Jan 21 11:08:19 UTC 2008


Author: js
Date: Mon Jan 21 11:08:19 2008
New Revision: 13105

URL: http://svn.debian.org/wsvn/?sc=1&rev=13105
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libhtml-wikiconverter-moinmoin-perl/debian/
    trunk/libhtml-wikiconverter-moinmoin-perl/debian/README.cdbs-tweaks
    trunk/libhtml-wikiconverter-moinmoin-perl/debian/cdbs/
    trunk/libhtml-wikiconverter-moinmoin-perl/debian/cdbs/1/
    trunk/libhtml-wikiconverter-moinmoin-perl/debian/cdbs/1/rules/
    trunk/libhtml-wikiconverter-moinmoin-perl/debian/cdbs/1/rules/buildcore.mk
    trunk/libhtml-wikiconverter-moinmoin-perl/debian/cdbs/1/rules/buildinfo.mk
    trunk/libhtml-wikiconverter-moinmoin-perl/debian/cdbs/1/rules/copyright-check.mk
    trunk/libhtml-wikiconverter-moinmoin-perl/debian/cdbs/1/rules/upstream-tarball.mk
    trunk/libhtml-wikiconverter-moinmoin-perl/debian/changelog
    trunk/libhtml-wikiconverter-moinmoin-perl/debian/compat
    trunk/libhtml-wikiconverter-moinmoin-perl/debian/control
    trunk/libhtml-wikiconverter-moinmoin-perl/debian/control.in
    trunk/libhtml-wikiconverter-moinmoin-perl/debian/copyright
    trunk/libhtml-wikiconverter-moinmoin-perl/debian/copyright_hints
    trunk/libhtml-wikiconverter-moinmoin-perl/debian/rules   (with props)
    trunk/libhtml-wikiconverter-moinmoin-perl/debian/watch

Added: trunk/libhtml-wikiconverter-moinmoin-perl/debian/README.cdbs-tweaks
URL: http://svn.debian.org/wsvn/trunk/libhtml-wikiconverter-moinmoin-perl/debian/README.cdbs-tweaks?rev=13105&op=file
==============================================================================
--- trunk/libhtml-wikiconverter-moinmoin-perl/debian/README.cdbs-tweaks (added)
+++ trunk/libhtml-wikiconverter-moinmoin-perl/debian/README.cdbs-tweaks Mon Jan 21 11:08:19 2008
@@ -1,0 +1,113 @@
+CDBS tweak
+==========
+
+CDBS is great. In some corner cases, however, some parts of CDBS
+sometimes needs a few tweaks to work optimally.
+
+This is a collection of such tweaks. The goal is for these tweaks to be
+absorbed into upstream CDBS. We just haven't found time yet to discuss
+them at the CDBS developers' mailinglist. And possible we do not all
+agree that the tweaks are so great - therefore this "staging area".
+
+If you found this file below debian/ subdir in a source package, most
+probably only a subset of the below mentioned tweaks are relevant and
+have been shipped with the package. The repository of all these tweaks
+is here: svn://svn.debian.org/build-common/people/js/overlay/
+
+Web access: http://svn.debian.org/wsvn/build-common/people/js/overlay/
+
+
+
+Improved support for cdbs-autoupdate
+------------------------------------
+
+CDBS invented a cool way to help keep build-dependencies up-to-date.
+
+It is disabled by default, as messing with debian/rules at build time
+violates Debian Policy: A build must not change conditions for building.
+
+Some consider this CDBS feature evil.
+
+Some enable the feature within a package, and gets smacked by ftp-master
+or others (there's even a lintian check to complain about it now).
+
+This tweak enables the feature when the build environment contains the
+non-default hint "cdbs-autoupdate" in the DEB_BUILD_OPTIONS variable.
+
+
+
+New buildinfo rule
+------------------
+
+See package description for "buildinfo" for more info.
+
+
+
+Improved support for multiple compilations
+------------------------------------------
+
+Create and clean builddir _after_ resolving per-package DEB_BUILDDIR.
+
+Honour per-package DEB_BUILDDIR in makefile class.
+
+
+
+Various improvements to python-distutils class
+----------------------------------------------
+
+Use full path to python interpreter (Python Policy section 1.3.2).
+
+Add CDBS_BUILD_DEPENDS to old policy method.
+
+Fix CDBS_BUILD_DEPENDS in new policy methods to only depend on debhelper
+when actually used.
+
+Fix DEB_PYTHON_SIMPLE_PACKAGES sometimes installed twice (and only one
+of them honouring DEB_PYTHON_COMPILE_VERSION).
+
+Unify install path using new DEB_PYTHON_DESTDIR.
+
+Quote install path.
+
+
+
+New copyright-check rule
+------------------------
+
+Refuse to build if the source is found to contain different copyright
+info than earlier builds.
+
+
+
+New kernelpatches rule
+----------------------
+
+Small wrapper around dh-kpatches, taking care of build-dependencies too.
+
+
+
+New routines for handling upstream tarball
+------------------------------------------
+
+Rules and variables to help downloading, validating and repackaging
+upstream tarball.
+
+Implements the rules print-version and get-orig-source commonly used
+for group-maintained packages with Debian-specific patches maintained in
+SVN or some other VCS, and automated fetching virgin upstream tarball
+(possibly massaged after download e.g. to strip non-DFSG material).
+
+
+
+Support for custom BTS info
+---------------------------
+
+Include BTS control info found in debian/*.bts files, or alternatively
+redirect bug reports to the email address defined in DEB_BTS_EMAIL.
+
+
+
+New dict class
+--------------
+
+Rules for packaging ispell, aspell, myspell and wordlist dictionaries.

Added: trunk/libhtml-wikiconverter-moinmoin-perl/debian/cdbs/1/rules/buildcore.mk
URL: http://svn.debian.org/wsvn/trunk/libhtml-wikiconverter-moinmoin-perl/debian/cdbs/1/rules/buildcore.mk?rev=13105&op=file
==============================================================================
--- trunk/libhtml-wikiconverter-moinmoin-perl/debian/cdbs/1/rules/buildcore.mk (added)
+++ trunk/libhtml-wikiconverter-moinmoin-perl/debian/cdbs/1/rules/buildcore.mk Mon Jan 21 11:08:19 2008
@@ -1,0 +1,30 @@
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright © 2006 Jonas Smedegaard <dr at jones.dk>
+# Description: Check for cdbs-autoupdate in DEB_BUILD_OPTIONS
+#
+# 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, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+# 02111-1307 USA.
+
+_cdbs_scripts_path ?= /usr/lib/cdbs
+_cdbs_rules_path ?= /usr/share/cdbs/1/rules
+_cdbs_class_path ?= /usr/share/cdbs/1/class
+
+include $(_cdbs_rules_path)/buildvars.mk$(_cdbs_makefile_suffix)
+
+ifneq (,$(findstring cdbs-autoupdate,$(DEB_BUILD_OPTIONS)))
+DEB_AUTO_UPDATE_DEBIAN_CONTROL = yes
+endif
+
+include $(_cdbs_rules_path)/buildcore.mk$(_cdbs_makefile_suffix)

Added: trunk/libhtml-wikiconverter-moinmoin-perl/debian/cdbs/1/rules/buildinfo.mk
URL: http://svn.debian.org/wsvn/trunk/libhtml-wikiconverter-moinmoin-perl/debian/cdbs/1/rules/buildinfo.mk?rev=13105&op=file
==============================================================================
--- trunk/libhtml-wikiconverter-moinmoin-perl/debian/cdbs/1/rules/buildinfo.mk (added)
+++ trunk/libhtml-wikiconverter-moinmoin-perl/debian/cdbs/1/rules/buildinfo.mk Mon Jan 21 11:08:19 2008
@@ -1,0 +1,40 @@
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright © 2004-2006 Jonas Smedegaard <dr at jones.dk>
+# Description: Generate and include build information
+#
+# 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, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+# 02111-1307 USA.
+
+_cdbs_scripts_path ?= /usr/lib/cdbs
+_cdbs_rules_path ?= /usr/share/cdbs/1/rules
+_cdbs_class_path ?= /usr/share/cdbs/1/class
+
+ifndef _cdbs_rules_buildinfo
+_cdbs_rules_buildinfo = 1
+
+include $(_cdbs_rules_path)/buildcore.mk$(_cdbs_makefile_suffix)
+
+CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), dh-buildinfo
+
+common-install-arch common-install-indep:: debian/stamp-buildinfo
+
+debian/stamp-buildinfo:
+	dh_buildinfo
+	touch debian/stamp-buildinfo
+
+clean::
+	rm -f debian/stamp-buildinfo
+
+endif

Added: trunk/libhtml-wikiconverter-moinmoin-perl/debian/cdbs/1/rules/copyright-check.mk
URL: http://svn.debian.org/wsvn/trunk/libhtml-wikiconverter-moinmoin-perl/debian/cdbs/1/rules/copyright-check.mk?rev=13105&op=file
==============================================================================
--- trunk/libhtml-wikiconverter-moinmoin-perl/debian/cdbs/1/rules/copyright-check.mk (added)
+++ trunk/libhtml-wikiconverter-moinmoin-perl/debian/cdbs/1/rules/copyright-check.mk Mon Jan 21 11:08:19 2008
@@ -1,0 +1,69 @@
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright © 2005-2007 Jonas Smedegaard <dr at jones.dk>
+# Description: Check for changes to copyright notices in source
+#
+# 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, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+# 02111-1307 USA.
+
+# TODO: Save scan as "file: match" (needs rewrite of main loop in perl)
+
+# TODO: Save scan as "file (license): match" (needs /usr/bin/licensecheck from kdesdk-scripts)
+
+_cdbs_scripts_path ?= /usr/lib/cdbs
+_cdbs_rules_path ?= /usr/share/cdbs/1/rules
+_cdbs_class_path ?= /usr/share/cdbs/1/class
+
+ifndef _cdbs_rules_copyright-check
+_cdbs_rules_copyright-check := 1
+
+include $(_cdbs_rules_path)/buildcore.mk$(_cdbs_makefile_suffix)
+
+cdbs_copyright-check_find_opts := -not -regex 'debian/.*' -not -regex '\(.*/\)?config\.\(guess\|sub\|rpath\)\(\..*\)?'
+cdbs_copyright-check_egrep_opts := --text -rih '(copyright|\(c\) ).*[0-9]{4}'
+
+pre-build:: debian/stamp-copyright-check
+
+debian/stamp-copyright-check:
+	@echo 'Scanning upstream source for new/changed copyright notices (except debian subdir!)...'
+	find * -type f $(cdbs_copyright-check_find_opts) -exec cat '{}' ';' \
+		| tr '\r' '\n' \
+		| LC_ALL=C sed -e 's/[^[:print:]]//g' \
+		| egrep $(cdbs_copyright-check_egrep_opts) \
+		| sed -e 's/^[[:space:]*#]*//' -e 's/[[:space:]]*$$//' \
+		| LC_ALL=C sort -u \
+		> debian/copyright_newhints
+	@if [ ! -f debian/copyright_hints ]; then touch debian/copyright_hints; fi
+	@newstrings=`diff -u debian/copyright_hints debian/copyright_newhints | sed '1,2d' | egrep '^\+' | sed 's/^\+//'`; \
+		if [ -n "$$newstrings" ]; then \
+			echo "Error: The following new or changed copyright notices discovered:"; \
+			echo "$$newstrings"; \
+			echo "Trying to locate the files containing the new/changed copyright notices..."; \
+			echo "(Strings part of binary data you need to resolve yourself)"; \
+			find * -type f $(cdbs_copyright-check_find_opts) -exec grep -F -l -e "$$newstrings" '{}' ';'; \
+			echo; \
+			echo "To fix the situation please do the following:"; \
+			echo "  1) Investigate the above changes and update debian/copyright as needed"; \
+			echo "  2) Replace debian/copyright_hints with debian/copyright_newhints"; \
+			exit 1; \
+		fi
+	
+	@echo 'No new copyright notices found - assuming no news is good news...'
+	rm -f debian/copyright_newhints
+	touch $@
+
+clean::
+	rm -f debian/stamp-copyright-check
+
+endif

Added: trunk/libhtml-wikiconverter-moinmoin-perl/debian/cdbs/1/rules/upstream-tarball.mk
URL: http://svn.debian.org/wsvn/trunk/libhtml-wikiconverter-moinmoin-perl/debian/cdbs/1/rules/upstream-tarball.mk?rev=13105&op=file
==============================================================================
--- trunk/libhtml-wikiconverter-moinmoin-perl/debian/cdbs/1/rules/upstream-tarball.mk (added)
+++ trunk/libhtml-wikiconverter-moinmoin-perl/debian/cdbs/1/rules/upstream-tarball.mk Mon Jan 21 11:08:19 2008
@@ -1,0 +1,116 @@
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright © 2007 Jonas Smedegaard <dr at jones.dk>
+# Description: Convenience rules for dealing with upstream tarballs
+#
+# 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, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+# 02111-1307 USA.
+
+_cdbs_scripts_path ?= /usr/lib/cdbs
+_cdbs_rules_path ?= /usr/share/cdbs/1/rules
+_cdbs_class_path ?= /usr/share/cdbs/1/class
+
+ifndef _cdbs_rules_upstream_tarball
+_cdbs_rules_upstream_tarball := 1
+
+include $(_cdbs_rules_path)/buildvars.mk$(_cdbs_makefile_suffix)
+
+CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), cdbs (>= 0.4.39)
+
+# Prefix for upstream location of all upstream tarballs (mandatory!)
+#DEB_UPSTREAM_URL = 
+DEB_UPSTREAM_PACKAGE = $(DEB_SOURCE_PACKAGE)
+DEB_UPSTREAM_TARBALL_VERSION = $(if $(strip $(DEB_UPSTREAM_REPACKAGE_EXCLUDE)),$(DEB_UPSTREAM_VERSION:$(DEB_UPSTREAM_REPACKAGE_DELIMITER)$(DEB_UPSTREAM_REPACKAGE_TAG)=),$(DEB_UPSTREAM_VERSION))
+DEB_UPSTREAM_TARBALL_BASENAME = $(DEB_UPSTREAM_PACKAGE)-$(DEB_UPSTREAM_TARBALL_VERSION)
+DEB_UPSTREAM_TARBALL_EXTENSION = tar.gz
+# Checksum to ensure integrity of downloadeds using get-orig-source (optional)
+#DEB_UPSTREAM_TARBALL_MD5 = 
+
+DEB_UPSTREAM_WORKDIR = ../tarballs
+
+# Base directory within tarball
+DEB_UPSTREAM_TARBALL_SRCDIR = $(DEB_UPSTREAM_PACKAGE)-$(DEB_UPSTREAM_TARBALL_VERSION)
+
+# Space-delimited list of directories and files to strip (optional)
+#DEB_UPSTREAM_REPACKAGE_EXCLUDE = CVS .cvsignore doc/rfc*.txt doc/draft*.txt
+DEB_UPSTREAM_REPACKAGE_TAG = dfsg
+DEB_UPSTREAM_REPACKAGE_DELIMITER = .
+
+cdbs_upstream_tarball = $(DEB_UPSTREAM_TARBALL_BASENAME).$(DEB_UPSTREAM_TARBALL_EXTENSION)
+cdbs_upstream_local_tarball = $(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_TARBALL_VERSION).orig.$(if $(findstring $(DEB_UPSTREAM_TARBALL_EXTENSION),tgz),tar.gz,$(DEB_UPSTREAM_TARBALL_EXTENSION))
+cdbs_upstream_repackaged_tarball = $(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_TARBALL_VERSION)$(DEB_UPSTREAM_REPACKAGE_DELIMITER)$(DEB_UPSTREAM_REPACKAGE_TAG).orig.tar.gz
+cdbs_upstream_uncompressed_tarball = $(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_TARBALL_VERSION).orig.tar
+
+# # These variables are deprecated
+_cdbs_deprecated_vars += DEB_UPSTREAM_TARBALL DEB_UPSTREAM_LOCAL_TARBALL DEB_UPSTREAM_REPACKAGE_TARBALL
+_cdbs_deprecated_vars += DEB_UPSTREAM_REPACKAGE_EXCLUDES
+DEB_UPSTREAM_REPACKAGE_EXCLUDE += $(DEB_UPSTREAM_REPACKAGE_EXCLUDES)
+
+print-version:
+	@@echo "Debian version:          $(DEB_VERSION)"
+	@@echo "Upstream version:        $(DEB_UPSTREAM_TARBALL_VERSION)"
+
+get-orig-source:
+	@@dh_testdir
+	@@mkdir -p "$(DEB_UPSTREAM_WORKDIR)"
+
+	@if [ ! -s "$(DEB_UPSTREAM_WORKDIR)/$(cdbs_upstream_local_tarball)" ] ; then \
+		if [ -f "$(DEB_UPSTREAM_WORKDIR)/$(cdbs_upstream_local_tarball)" ] ; then \
+			rm "$(DEB_UPSTREAM_WORKDIR)/$(cdbs_upstream_local_tarball)" ; \
+		fi ; \
+		echo "Downloading $(cdbs_upstream_local_tarball) from $(DEB_UPSTREAM_URL)/$(cdbs_upstream_tarball) ..." ; \
+		wget -N -nv -T10 -t3 -O "$(DEB_UPSTREAM_WORKDIR)/$(cdbs_upstream_local_tarball)" "$(DEB_UPSTREAM_URL)/$(cdbs_upstream_tarball)" ; \
+	else \
+		echo "Upstream source tarball have been already downloaded: $(DEB_UPSTREAM_WORKDIR)/$(cdbs_upstream_local_tarball)" ; \
+	fi
+
+	@md5current=`md5sum "$(DEB_UPSTREAM_WORKDIR)/$(cdbs_upstream_local_tarball)" | sed -e 's/ .*//'`; \
+	if [ -n "$(DEB_UPSTREAM_TARBALL_MD5)" ] ; then \
+		if [ "$$md5current" != "$(DEB_UPSTREAM_TARBALL_MD5)" ] ; then \
+			echo "Expecting upstream tarball md5sum $(DEB_UPSTREAM_TARBALL_MD5), but $$md5current found" ; \
+			echo "Upstream tarball md5sum is NOT trusted! Possible upstream tarball forge!" ; \
+			echo "Purging downloaded file. Try new download." ; \
+			rm -f "$(DEB_UPSTREAM_WORKDIR)/$(cdbs_upstream_local_tarball)" ; \
+			false ; \
+		else \
+			echo "Upstream tarball is trusted!" ; \
+		fi; \
+	else \
+		echo "Upstream tarball NOT trusted (current md5sum is $$md5current)!" ; \
+	fi
+
+	@case "$(cdbs_upstream_local_tarball)" in \
+	    *.tar.gz)  unpack="gunzip -c";; \
+	    *.tar.bz2) unpack="bunzip2 -c";    uncompress="bunzip2";; \
+	    *.tar.Z)   unpack="uncompress -c"; uncompress="uncompress";; \
+	    *.tar)     unpack="cat";           uncompress="true";; \
+	    *) echo "Unknown extension for upstream tarball $(cdbs_upstream_local_tarball)"; false;; \
+	esac && \
+	if [ -n "$(strip $(DEB_UPSTREAM_REPACKAGE_EXCLUDE))" ]; then \
+		echo "Repackaging tarball ..." && \
+		mkdir -p "$(DEB_UPSTREAM_WORKDIR)/$(DEB_UPSTREAM_REPACKAGE_TAG)" && \
+		$$unpack "$(DEB_UPSTREAM_WORKDIR)/$(cdbs_upstream_local_tarball)" \
+			| tar -x -C "$(DEB_UPSTREAM_WORKDIR)/$(DEB_UPSTREAM_REPACKAGE_TAG)" $(patsubst %,--exclude='%',$(DEB_UPSTREAM_REPACKAGE_EXCLUDE)) && \
+		GZIP=-9 tar -b1 -czf "$(DEB_UPSTREAM_WORKDIR)/$(cdbs_upstream_repackaged_tarball)" -C "$(DEB_UPSTREAM_WORKDIR)/$(DEB_UPSTREAM_REPACKAGE_TAG)" $(DEB_UPSTREAM_TARBALL_SRCDIR) && \
+		echo "Cleaning up" && \
+		rm -rf "$(DEB_UPSTREAM_WORKDIR)/$(DEB_UPSTREAM_REPACKAGE_TAG)"; \
+	elif [ -n "$$uncompress" ]; then \
+		echo "Recompressing tarball ..." && \
+		$$uncompress "$(DEB_UPSTREAM_WORKDIR)/$(cdbs_upstream_local_tarball)"; \
+		bzip -9 "$(DEB_UPSTREAM_WORKDIR)/$(cdbs_upstream_uncompressed_tarball)"; \
+	fi
+
+DEB_PHONY_RULES += print-version get-orig-source
+
+endif

Added: trunk/libhtml-wikiconverter-moinmoin-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libhtml-wikiconverter-moinmoin-perl/debian/changelog?rev=13105&op=file
==============================================================================
--- trunk/libhtml-wikiconverter-moinmoin-perl/debian/changelog (added)
+++ trunk/libhtml-wikiconverter-moinmoin-perl/debian/changelog Mon Jan 21 11:08:19 2008
@@ -1,0 +1,5 @@
+libhtml-wikiconverter-moinmoin-perl (0.53-0~0jones1) jones; urgency=low
+
+  * Initial unofficial build.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Mon, 01 Oct 2007 18:33:01 +0200

Added: trunk/libhtml-wikiconverter-moinmoin-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libhtml-wikiconverter-moinmoin-perl/debian/compat?rev=13105&op=file
==============================================================================
--- trunk/libhtml-wikiconverter-moinmoin-perl/debian/compat (added)
+++ trunk/libhtml-wikiconverter-moinmoin-perl/debian/compat Mon Jan 21 11:08:19 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/libhtml-wikiconverter-moinmoin-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libhtml-wikiconverter-moinmoin-perl/debian/control?rev=13105&op=file
==============================================================================
--- trunk/libhtml-wikiconverter-moinmoin-perl/debian/control (added)
+++ trunk/libhtml-wikiconverter-moinmoin-perl/debian/control Mon Jan 21 11:08:19 2008
@@ -1,0 +1,18 @@
+Source: libhtml-wikiconverter-moinmoin-perl
+Section: perl
+Priority: optional
+Build-Depends: cdbs (>= 0.4.39), dh-buildinfo, debhelper (>= 5), perl (>= 5.6.0-16), libhtml-wikiconverter-perl (>= 0.60), 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: Jonas Smedegaard <dr at jones.dk>
+Standards-Version: 3.7.2
+Homepage: http://diberri.dyndns.org/wikipedia/html2wiki/
+
+Package: libhtml-wikiconverter-moinmoin-perl
+Architecture: all
+Depends: ${perl:Depends}, libhtml-wikiconverter-perl (>= 0.60), libparams-validate-perl, liburi-perl
+Suggests: python-moinmoin
+Provides: libhtml-wikiconverter-dialect
+Description: HTML to wiki markup converter - MoinMoin 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 MoinMoin dialect.

Added: trunk/libhtml-wikiconverter-moinmoin-perl/debian/control.in
URL: http://svn.debian.org/wsvn/trunk/libhtml-wikiconverter-moinmoin-perl/debian/control.in?rev=13105&op=file
==============================================================================
--- trunk/libhtml-wikiconverter-moinmoin-perl/debian/control.in (added)
+++ trunk/libhtml-wikiconverter-moinmoin-perl/debian/control.in Mon Jan 21 11:08:19 2008
@@ -1,0 +1,18 @@
+Source: libhtml-wikiconverter-moinmoin-perl
+Section: perl
+Priority: optional
+Build-Depends: @cdbs@
+Maintainer: Jonas Smedegaard <dr at jones.dk>
+Standards-Version: 3.7.2
+Homepage: http://diberri.dyndns.org/wikipedia/html2wiki/
+
+Package: libhtml-wikiconverter-moinmoin-perl
+Architecture: all
+Depends: ${perl:Depends}, libhtml-wikiconverter-perl (>= 0.60), libparams-validate-perl, liburi-perl
+Suggests: python-moinmoin
+Provides: libhtml-wikiconverter-dialect
+Description: HTML to wiki markup converter - MoinMoin 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 MoinMoin dialect.

Added: trunk/libhtml-wikiconverter-moinmoin-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libhtml-wikiconverter-moinmoin-perl/debian/copyright?rev=13105&op=file
==============================================================================
--- trunk/libhtml-wikiconverter-moinmoin-perl/debian/copyright (added)
+++ trunk/libhtml-wikiconverter-moinmoin-perl/debian/copyright Mon Jan 21 11:08:19 2008
@@ -1,0 +1,20 @@
+This is perl module HTML::WikiConverter::MoinMoin packaged for Debian
+GNU systems.
+
+Upstream source: http://www.cpan.org/modules/by-module/HTML/
+
+Files: debian/*
+Copyright: © 2007 Jonas Smedegaard <dr at jones.dk>
+License: The Debian packaging information is under the GPL, version 2 or
+	 later
+
+Files: *
+Copyright: © 2006 David J. Iberri <diberri at cpan.org>
+License: GPL-any | Artistic
+ This library is free software; you can redistribute it and/or modify
+ it under the same terms as Perl itself.
+
+Perl is distributed under your choice of the GNU General Public License or
+the Artistic License.  On Debian GNU/Linux systems, the complete text of the
+GNU General Public License can be found in `/usr/share/common-licenses/GPL'
+and the Artistic Licence in `/usr/share/common-licenses/Artistic'.

Added: trunk/libhtml-wikiconverter-moinmoin-perl/debian/copyright_hints
URL: http://svn.debian.org/wsvn/trunk/libhtml-wikiconverter-moinmoin-perl/debian/copyright_hints?rev=13105&op=file
==============================================================================
--- trunk/libhtml-wikiconverter-moinmoin-perl/debian/copyright_hints (added)
+++ trunk/libhtml-wikiconverter-moinmoin-perl/debian/copyright_hints Mon Jan 21 11:08:19 2008
@@ -1,0 +1,2 @@
+Copyright (C) 2006 David J. Iberri
+Copyright 2006 David J. Iberri, all rights reserved.

Added: trunk/libhtml-wikiconverter-moinmoin-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libhtml-wikiconverter-moinmoin-perl/debian/rules?rev=13105&op=file
==============================================================================
--- trunk/libhtml-wikiconverter-moinmoin-perl/debian/rules (added)
+++ trunk/libhtml-wikiconverter-moinmoin-perl/debian/rules Mon Jan 21 11:08:19 2008
@@ -1,0 +1,28 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright © 2007 Jonas Smedegaard <dr at jones.dk>
+
+# See debian/README.cdbs-tweaks for info on local overrides
+include debian/cdbs/1/rules/buildcore.mk
+include debian/cdbs/1/rules/upstream-tarball.mk
+include debian/cdbs/1/rules/copyright-check.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
+
+DEB_UPSTREAM_PACKAGE = HTML-WikiConverter-MoinMoin
+DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/HTML
+DEB_UPSTREAM_TARBALL_MD5 = 266cdd9b758b940e437270b7e6019eb0
+
+# Needed both by upstream build process and at runtime
+#FIXME: Automatically include these as dependencies to debian/control
+dependencies = libhtml-wikiconverter-perl (>= 0.60), libparams-validate-perl, liburi-perl
+
+# 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), libfile-spec-perl, libhtml-parser-perl, libtest-pod-perl (>= 1.14), libtest-pod-coverage-perl (>= 1.04)
+
+# 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-1\)) *,* */, /g' -e 's/^ *, *//' -e 's/ *, *$$//')

Propchange: trunk/libhtml-wikiconverter-moinmoin-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libhtml-wikiconverter-moinmoin-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libhtml-wikiconverter-moinmoin-perl/debian/watch?rev=13105&op=file
==============================================================================
--- trunk/libhtml-wikiconverter-moinmoin-perl/debian/watch (added)
+++ trunk/libhtml-wikiconverter-moinmoin-perl/debian/watch Mon Jan 21 11:08:19 2008
@@ -1,0 +1,3 @@
+# Run the "uscan" command to check for upstream updates and more.
+version=3
+http://www.cpan.org/modules/by-module/HTML/HTML-WikiConverter-MoinMoin-([0-9\.]+).tar.gz debian uupdate




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