r53158 - in /trunk/pmtools/debian: ./ changelog control copyright postinst rules

abe at users.alioth.debian.org abe at users.alioth.debian.org
Mon Feb 22 02:49:15 UTC 2010


Author: abe
Date: Mon Feb 22 02:49:10 2010
New Revision: 53158

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

Added:
    trunk/pmtools/debian/
    trunk/pmtools/debian/changelog
    trunk/pmtools/debian/control
    trunk/pmtools/debian/copyright
    trunk/pmtools/debian/postinst
    trunk/pmtools/debian/rules   (with props)

Added: trunk/pmtools/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/pmtools/debian/changelog?rev=53158&op=file
==============================================================================
--- trunk/pmtools/debian/changelog (added)
+++ trunk/pmtools/debian/changelog Mon Feb 22 02:49:10 2010
@@ -1,0 +1,56 @@
+pmtools (1.00-8.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Get rid of the /usr/doc link in postinst (Closes: #359558).
+
+ -- Amaya Rodrigo Sastre <amaya at debian.org>  Mon, 17 Jul 2006 19:50:30 +0200
+
+pmtools (1.00-8) unstable; urgency=low
+
+  * update debian/rules, don't install spurious .packlist
+
+ -- Ivan Kohler <ivan-debian at 420.am>  Sun, 12 Aug 2001 03:23:53 -0700
+
+pmtools (1.00-7) unstable; urgency=low
+
+  * New maintainer (closes: Bug#105821)
+
+ -- Ivan Kohler <ivan-debian at 420.am>  Fri, 10 Aug 2001 15:48:24 -0700
+
+pmtools (1.00-6) unstable; urgency=low
+
+  * Build deps.
+
+ -- Joey Hess <joeyh at debian.org>  Sat,  4 Dec 1999 15:19:46 -0800
+
+pmtools (1.00-5) unstable; urgency=low
+
+  * Removed install-stamp target, which can cause problems.
+
+ -- Joey Hess <joeyh at debian.org>  Thu, 30 Sep 1999 13:26:32 -0700
+
+pmtools (1.00-4) unstable; urgency=low
+
+  * FHS
+  * use dh_perl
+
+ -- Joey Hess <joeyh at debian.org>  Thu, 16 Sep 1999 21:07:26 -0700
+
+pmtools (1.00-3) unstable; urgency=low
+
+  * Remove empty directories more cleanly thanks to Richard Braakman.
+
+ -- Joey Hess <joeyh at debian.org>  Wed, 24 Feb 1999 14:25:29 -0800
+
+pmtools (1.00-2) unstable; urgency=low
+
+  * Remove the .packlist file.
+
+ -- Joey Hess <joeyh at debian.org>  Wed, 24 Feb 1999 12:57:49 -0800
+
+pmtools (1.00-1) unstable; urgency=low
+
+  * First release.
+
+ -- Joey Hess <joeyh at debian.org>  Tue, 23 Feb 1999 22:04:33 -0800
+

Added: trunk/pmtools/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/pmtools/debian/control?rev=53158&op=file
==============================================================================
--- trunk/pmtools/debian/control (added)
+++ trunk/pmtools/debian/control Mon Feb 22 02:49:10 2010
@@ -1,0 +1,22 @@
+Source: pmtools
+Section: utils
+Priority: optional
+Build-Depends-Indep: debhelper, perl5
+Maintainer: Ivan Kohler <ivan-debian at 420.am>
+Standards-Version: 3.1.1.1
+
+Package: pmtools
+Architecture: all
+Depends: ${perl:Depends}
+Description: Perl module tools
+ Perl module tools is a suite of small tools that help manage and inspect
+ perl modules, perl Plain Old Documentation files, and perl programs.
+ .
+ Some of the things these tools can do include:
+  - show the full path to a module
+  - show the version and description of a module
+  - list all installed modules with descriptions
+  - show what files a given program or module loads at compile time
+  - show what symbols a module exports
+  - list the methods of a class
+  - display the source code of a function of a module

Added: trunk/pmtools/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/pmtools/debian/copyright?rev=53158&op=file
==============================================================================
--- trunk/pmtools/debian/copyright (added)
+++ trunk/pmtools/debian/copyright Mon Feb 22 02:49:10 2010
@@ -1,0 +1,15 @@
+This is a Debian prepackaged version of pmtools.
+
+This package was put together by Joey Hess <joeyh at debian.org>, using
+sources from:
+	http://mox.perl.com/misc/pmtools-1.00.tar.gz
+
+The following copyright applies to this package:
+
+  Copyright (c) 1999 Tom Christiansen
+
+  This is free software.  You may modify it and distribute it 
+  under Perl's Artistic Licence.  Modified versions must be
+  clearly indicated.
+
+The text of the artistic license is in /usr/share/common-licenses/Artistic

Added: trunk/pmtools/debian/postinst
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/pmtools/debian/postinst?rev=53158&op=file
==============================================================================
--- trunk/pmtools/debian/postinst (added)
+++ trunk/pmtools/debian/postinst Mon Feb 22 02:49:10 2010
@@ -1,0 +1,9 @@
+#!/bin/sh
+
+if [ "$1" = "configure" ]; then
+        if [ -d /usr/doc -a -h /usr/doc/pmtools -a -d /usr/share/doc/pmtools ]; then
+                rm -f /usr/doc/pmtools
+        fi
+fi
+
+#DEBHELPER#

Added: trunk/pmtools/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/pmtools/debian/rules?rev=53158&op=file
==============================================================================
--- trunk/pmtools/debian/rules (added)
+++ trunk/pmtools/debian/rules Mon Feb 22 02:49:10 2010
@@ -1,0 +1,67 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	#perl Makefile.PL INSTALLDIRS=perl PREFIX=`pwd`/debian/tmp/usr
+	perl Makefile.PL INSTALLDIRS=vendor
+	$(MAKE)
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+	-$(MAKE) realclean
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	#$(MAKE) pure_install INSTALLMAN1DIR=debian/tmp/usr/share/man/man1 \
+	#	INSTALLMAN3DIR=debian/tmp/usr/share/man/man3
+	$(MAKE) install PREFIX=`pwd`/debian/tmp/usr
+	dh_perl
+
+# Build architecture-dependent files here.
+binary-arch: build install
+# We have nothing to do by default.
+
+# Build architecture-independent files here.
+binary-indep: build install
+#	dh_testversion
+	dh_testdir
+	dh_testroot
+	dh_installdocs README
+	dh_installexamples
+	dh_installmenu
+#	dh_installemacsen
+#	dh_installinit
+	dh_installcron
+	dh_installmanpages
+#	dh_undocumented
+	dh_installchangelogs
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	# You may want to make some executables suid here.
+	#dh_suidregister
+#	dh_makeshlibs
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+source diff:                                                                  
+	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install

Propchange: trunk/pmtools/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




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