r21335 - in /trunk/libmkdoc-xml-perl/debian: ./ changelog compat control copyright rules watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jun 15 14:23:45 UTC 2008


Author: gregoa
Date: Sun Jun 15 14:23:45 2008
New Revision: 21335

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

Added:
    trunk/libmkdoc-xml-perl/debian/
    trunk/libmkdoc-xml-perl/debian/changelog
    trunk/libmkdoc-xml-perl/debian/compat
    trunk/libmkdoc-xml-perl/debian/control
    trunk/libmkdoc-xml-perl/debian/copyright
    trunk/libmkdoc-xml-perl/debian/rules   (with props)
    trunk/libmkdoc-xml-perl/debian/watch

Added: trunk/libmkdoc-xml-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmkdoc-xml-perl/debian/changelog?rev=21335&op=file
==============================================================================
--- trunk/libmkdoc-xml-perl/debian/changelog (added)
+++ trunk/libmkdoc-xml-perl/debian/changelog Sun Jun 15 14:23:45 2008
@@ -1,0 +1,32 @@
+libmkdoc-xml-perl (0.75-2) unstable; urgency=low
+
+  * New Maintainer (Closes: #307072).
+  * Moved debhelper to Build-Depends because it's needed for the clean target.
+  * Added right bug number to the changelog entry of version 0.70-1.
+
+ -- Florian Ragwitz <rafl at debianforum.de>  Tue,  6 Sep 2005 00:05:38 +0200
+
+libmkdoc-xml-perl (0.75-1) unstable; urgency=low
+
+  * QA Group Upload
+  * New upstream release
+  * debian/compat - Added and set to 4
+  * debian/rules:
+      - Updated to work with compatibility level 4.
+      - Remove unneeded empty directories.
+  * debian/watch - Added
+  
+ -- Stephen Quinney <sjq at debian.org>  Sat,  9 Jul 2005 16:22:45 +0100
+
+libmkdoc-xml-perl (0.70-2) unstable; urgency=low
+
+  * QA Group upload orphaning this package
+
+ -- Andrew Pollock <apollock at debian.org>  Sun, 12 Jun 2005 21:55:12 +1000
+
+libmkdoc-xml-perl (0.70-1) unstable; urgency=low
+
+  * Initial release. (Closes: #247868)
+
+ -- Matt Kern <matt at debian.org>  Fri,  7 May 2004 16:35:47 +0100
+

Added: trunk/libmkdoc-xml-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmkdoc-xml-perl/debian/compat?rev=21335&op=file
==============================================================================
--- trunk/libmkdoc-xml-perl/debian/compat (added)
+++ trunk/libmkdoc-xml-perl/debian/compat Sun Jun 15 14:23:45 2008
@@ -1,0 +1,1 @@
+4

Added: trunk/libmkdoc-xml-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmkdoc-xml-perl/debian/control?rev=21335&op=file
==============================================================================
--- trunk/libmkdoc-xml-perl/debian/control (added)
+++ trunk/libmkdoc-xml-perl/debian/control Sun Jun 15 14:23:45 2008
@@ -1,0 +1,15 @@
+Source: libmkdoc-xml-perl
+Section: perl
+Priority: optional
+Maintainer: Florian Ragwitz <rafl at debianforum.de>
+Build-Depends: debhelper (>= 4.1)
+Build-Depends-Indep: perl (>= 5.6.0-16)
+Standards-Version: 3.6.2
+
+Package: libmkdoc-xml-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description: MKDoc XML Toolkit
+ MKDoc is a web content management system written in Perl which focuses on
+ standards compliance, accessiblity and usability issues, and multi-lingual
+ websites.

Added: trunk/libmkdoc-xml-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmkdoc-xml-perl/debian/copyright?rev=21335&op=file
==============================================================================
--- trunk/libmkdoc-xml-perl/debian/copyright (added)
+++ trunk/libmkdoc-xml-perl/debian/copyright Sun Jun 15 14:23:45 2008
@@ -1,0 +1,28 @@
+This package was debianised by Matt Kern <matt at debian.org> on
+Fri May  7 16:37:26 BST 2004.
+
+It was downloaded from CPAN: http://www.cpan.org/
+
+Copyright:
+
+  This module free software and is distributed under the
+  same license as Perl itself.
+
+  Copyright (C) 2003 MKDoc Holdings Ltd.
+
+  Author: Jean-Michel Hiver <jhiver at mkdoc.com>
+
+Applicable portion of Perl copyright:
+
+  This program is free software; you can redistribute it and/or modify
+  it under the terms of either:
+
+  a) the GNU General Public License as published by the Free Software
+     Foundation; either version 1, or (at your option) any later
+     version, or
+
+  b) the "Artistic License" which comes with Perl.
+
+  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/libmkdoc-xml-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmkdoc-xml-perl/debian/rules?rev=21335&op=file
==============================================================================
--- trunk/libmkdoc-xml-perl/debian/rules (added)
+++ trunk/libmkdoc-xml-perl/debian/rules Sun Jun 15 14:23:45 2008
@@ -1,0 +1,54 @@
+#!/usr/bin/make -f
+
+PACKAGE = $(shell dh_listpackages)
+
+TMP     =`pwd`/debian/$(PACKAGE)
+
+PERL = /usr/bin/perl
+
+.PHONY: clean install binary-indep binary-arch
+
+clean:
+	dh_testdir
+	dh_testroot
+	[ ! -e Makefile ] || $(MAKE) distclean
+	dh_clean build-stamp
+
+configure:
+
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	$(PERL) Makefile.PL verbose INSTALLDIRS=vendor
+	$(MAKE) OPTIMIZE="-O2 -g -Wall"
+	$(MAKE) test
+	perl -pi -e 's,\b(MKDoc[:A-Za-z]*) 3\b,$$1 3pm,g' blib/man3/*.3pm
+	touch build-stamp
+
+install:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	$(MAKE) install PREFIX=$(TMP)/usr
+	find $(TMP)/usr -type d -empty -print0 | xargs --no-run-if-empty --null rmdir -p --ignore-fail-on-non-empty
+
+binary: binary-indep binary-arch
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README
+	dh_installman
+	dh_installchangelogs Changes
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_perl
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+
+binary-arch: build install

Propchange: trunk/libmkdoc-xml-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libmkdoc-xml-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmkdoc-xml-perl/debian/watch?rev=21335&op=file
==============================================================================
--- trunk/libmkdoc-xml-perl/debian/watch (added)
+++ trunk/libmkdoc-xml-perl/debian/watch Sun Jun 15 14:23:45 2008
@@ -1,0 +1,7 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# Site		Directory		Pattern			Version	Script
+version=2
+http://www.cpan.org/authors/id/B/BP/BPOSTLE/MKDoc-XML-(\d+\.\d+)\.tar\.gz debian uupdate
+




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