r21385 - in /trunk/libperldoc-search-perl/debian: ./ changelog compat control copyright patches/ patches/00list patches/20Search.pm.dpatch rules source.lintian-overrides

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jun 15 14:46:10 UTC 2008


Author: gregoa
Date: Sun Jun 15 14:46:10 2008
New Revision: 21385

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

Added:
    trunk/libperldoc-search-perl/debian/
    trunk/libperldoc-search-perl/debian/changelog
    trunk/libperldoc-search-perl/debian/compat
    trunk/libperldoc-search-perl/debian/control
    trunk/libperldoc-search-perl/debian/copyright
    trunk/libperldoc-search-perl/debian/patches/
    trunk/libperldoc-search-perl/debian/patches/00list
    trunk/libperldoc-search-perl/debian/patches/20Search.pm.dpatch   (with props)
    trunk/libperldoc-search-perl/debian/rules   (with props)
    trunk/libperldoc-search-perl/debian/source.lintian-overrides

Added: trunk/libperldoc-search-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libperldoc-search-perl/debian/changelog?rev=21385&op=file
==============================================================================
--- trunk/libperldoc-search-perl/debian/changelog (added)
+++ trunk/libperldoc-search-perl/debian/changelog Sun Jun 15 14:46:10 2008
@@ -1,0 +1,6 @@
+libperldoc-search-perl (0.01-1) unstable; urgency=low
+
+  * Initial Release (Closes: #324730).
+
+ -- Florian Ragwitz <rafl at debianforum.de>  Wed, 24 Aug 2005 00:53:30 +0200
+

Added: trunk/libperldoc-search-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libperldoc-search-perl/debian/compat?rev=21385&op=file
==============================================================================
--- trunk/libperldoc-search-perl/debian/compat (added)
+++ trunk/libperldoc-search-perl/debian/compat Sun Jun 15 14:46:10 2008
@@ -1,0 +1,1 @@
+4

Added: trunk/libperldoc-search-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libperldoc-search-perl/debian/control?rev=21385&op=file
==============================================================================
--- trunk/libperldoc-search-perl/debian/control (added)
+++ trunk/libperldoc-search-perl/debian/control Sun Jun 15 14:46:10 2008
@@ -1,0 +1,19 @@
+Source: libperldoc-search-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 4.0.2), dpatch
+Build-Depends-Indep: perl (>= 5.8.0-7), libpod-simple-perl, libswish-api-common-perl, libsysadm-install-perl
+Maintainer: Florian Ragwitz <rafl at debianforum.de>
+Standards-Version: 3.6.2
+
+Package: libperldoc-search-perl
+Architecture: all
+Depends: ${perl:Depends}, libpod-simple-perl, libswish-api-common-perl, libshell-posix-select-perl
+Description: Index and Search local Perl Documentation
+ Perldoc::Search uses the swish-e engine to index the local Perl
+ documentation. It provides both the command line utility perldig
+ and an API to perform searches on the index. It uses SWISH::API::Common 
+ as the indexing and search engine.
+ .
+ This package also contains the command line utility perldig, which digs up
+ keywords in the local Perl documentation

Added: trunk/libperldoc-search-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libperldoc-search-perl/debian/copyright?rev=21385&op=file
==============================================================================
--- trunk/libperldoc-search-perl/debian/copyright (added)
+++ trunk/libperldoc-search-perl/debian/copyright Sun Jun 15 14:46:10 2008
@@ -1,0 +1,14 @@
+This package was debianized by Florian Ragwitz <rafl at debianforum.de> on
+Mon, 30 May 2005 14:57:19 +0200.
+
+The upstream author is: Mike Schilli <cpan at perlmeister.com>
+
+Copyright 2005 by Mike Schilli, all rights reserved.
+
+This program 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/libperldoc-search-perl/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libperldoc-search-perl/debian/patches/00list?rev=21385&op=file
==============================================================================
--- trunk/libperldoc-search-perl/debian/patches/00list (added)
+++ trunk/libperldoc-search-perl/debian/patches/00list Sun Jun 15 14:46:10 2008
@@ -1,0 +1,1 @@
+20Search.pm

Added: trunk/libperldoc-search-perl/debian/patches/20Search.pm.dpatch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libperldoc-search-perl/debian/patches/20Search.pm.dpatch?rev=21385&op=file
==============================================================================
--- trunk/libperldoc-search-perl/debian/patches/20Search.pm.dpatch (added)
+++ trunk/libperldoc-search-perl/debian/patches/20Search.pm.dpatch Sun Jun 15 14:46:10 2008
@@ -1,0 +1,28 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 20Search.pm.dpatch by Florian Ragwitz <florian.ragwitz at s2004.tu-chemnitz.de>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Add all installvendorlib and installvendorarch to the search directories
+## DP: Don't die if we can't chdir to a directory which does not exist
+
+ at DPATCH@
+
+--- libperldoc-search-perl-0.01/lib/Perldoc/Search.pm	2005-08-30 12:39:29.567234160 +0200
++++ Perldoc-Search-0.01/lib/Perldoc/Search.pm	2005-08-30 12:40:58.003789760 +0200
+@@ -21,6 +21,8 @@
+                  $Config{installsitelib},
+                  $Config{installarchlib},
+                  $Config{installprivlib},
++                 $Config{installvendorlib},
++                 $Config{installvendorarch}
+                 ],
+         swish_options => {
+             swish_adm_dir => "$ENV{HOME}/.perldig",
+@@ -32,6 +34,7 @@
+         # will figure out the real paths
+     for(@{$self->{dirs}}) {
+         my $cwd = cwd();
++        next unless -e;
+         chdir $_ or die "Cannot cwd to $_";
+         $_ = File::Spec->rel2abs(".");
+         chdir $cwd;

Propchange: trunk/libperldoc-search-perl/debian/patches/20Search.pm.dpatch
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libperldoc-search-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libperldoc-search-perl/debian/rules?rev=21385&op=file
==============================================================================
--- trunk/libperldoc-search-perl/debian/rules (added)
+++ trunk/libperldoc-search-perl/debian/rules Sun Jun 15 14:46:10 2008
@@ -1,0 +1,59 @@
+#!/usr/bin/make -f
+
+export PERL_MM_USE_DEFAULT=1
+
+include /usr/share/dpatch/dpatch.make
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+TMP = $(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp: patch-stamp
+	dh_testdir
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE) OPTIMIZE="-Wall -O2 -g"
+	touch build-stamp
+
+clean: clean1 unpatch
+clean1:
+	dh_testdir
+	dh_testroot
+	-$(MAKE) distclean
+	dh_clean build-stamp install-stamp
+
+install: build install-stamp
+install-stamp:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	$(MAKE) test
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
+	touch install-stamp
+
+binary-arch:
+# We have nothing to do by default.
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installchangelogs Changes
+	dh_perl
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	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 patch unpatch clean1

Propchange: trunk/libperldoc-search-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libperldoc-search-perl/debian/source.lintian-overrides
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libperldoc-search-perl/debian/source.lintian-overrides?rev=21385&op=file
==============================================================================
--- trunk/libperldoc-search-perl/debian/source.lintian-overrides (added)
+++ trunk/libperldoc-search-perl/debian/source.lintian-overrides Sun Jun 15 14:46:10 2008
@@ -1,0 +1,1 @@
+libperldoc-search-perl: build-depends-without-arch-dep




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