r9691 - in /trunk/libproc-fork-perl/debian: ./ changelog compat control copyright rules watch

rmayorga-guest at users.alioth.debian.org rmayorga-guest at users.alioth.debian.org
Fri Nov 23 19:51:13 UTC 2007


Author: rmayorga-guest
Date: Fri Nov 23 19:51:12 2007
New Revision: 9691

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

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

Added: trunk/libproc-fork-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libproc-fork-perl/debian/changelog?rev=9691&op=file
==============================================================================
--- trunk/libproc-fork-perl/debian/changelog (added)
+++ trunk/libproc-fork-perl/debian/changelog Fri Nov 23 19:51:12 2007
@@ -1,0 +1,6 @@
+libproc-fork-perl (0.4-1) unstable; urgency=low
+
+  * Initial release (Closes: #45256)
+
+ -- Rene Mayorga <rmayorga at debian.org.sv>  Fri, 23 Nov 2007 10:03:28 -0600
+

Added: trunk/libproc-fork-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libproc-fork-perl/debian/compat?rev=9691&op=file
==============================================================================
--- trunk/libproc-fork-perl/debian/compat (added)
+++ trunk/libproc-fork-perl/debian/compat Fri Nov 23 19:51:12 2007
@@ -1,0 +1,1 @@
+5

Added: trunk/libproc-fork-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libproc-fork-perl/debian/control?rev=9691&op=file
==============================================================================
--- trunk/libproc-fork-perl/debian/control (added)
+++ trunk/libproc-fork-perl/debian/control Fri Nov 23 19:51:12 2007
@@ -1,0 +1,20 @@
+Source: libproc-fork-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Rene Mayorga <rmayorga at debian.org.sv>
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: perl (>= 5.8.1), libpod-tests-perl, libpod-coverage-perl
+Standards-Version: 3.7.2
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libproc-fork-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libproc-fork-perl/
+Homepage: http://search.cpan.org/dist/Proc-Fork/
+
+
+Package: libproc-fork-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: Perl interface to fork() system call
+ Proc::Fork module provides an intuitive, Perl-ish way to write forking 
+ programs by letting you use blocks to illustrate which code section executes 
+ in which fork. 

Added: trunk/libproc-fork-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libproc-fork-perl/debian/copyright?rev=9691&op=file
==============================================================================
--- trunk/libproc-fork-perl/debian/copyright (added)
+++ trunk/libproc-fork-perl/debian/copyright Fri Nov 23 19:51:12 2007
@@ -1,0 +1,28 @@
+This package was debianized by Rene Mayorga <rmayorga at debian.org.sv> on
+Fri, 23 Nov 2007 10:03:28 -0600.
+
+It was downloaded from: http://search.cpan.org/dist/Proc-Fork/
+
+Upstream Author: 
+
+     Αριστοτέλης Παγκαλτζής <pagaltzis at gmx.de>
+     (Aristotle Pagaltzis) 
+     
+     Copyright (C) 2005, Aristotle Pagaltzis
+
+     This library is free software; you can redistribute it and/or modify
+     it under the same terms as Perl itself.
+
+Perl license is:
+    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.
+
+
+The Debian packaging is (C) 2007, Rene Mayorga <rmayorga at debian.org.sv> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: trunk/libproc-fork-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libproc-fork-perl/debian/rules?rev=9691&op=file
==============================================================================
--- trunk/libproc-fork-perl/debian/rules (added)
+++ trunk/libproc-fork-perl/debian/rules Fri Nov 23 19:51:12 2007
@@ -1,0 +1,54 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# debian/rules file for libnet-sip-perl
+
+
+ifndef PERL
+	PERL = /usr/bin/perl
+endif
+
+TMP=$(CURDIR)/debian/libproc-fork-perl
+
+
+build: build-stamp
+build-stamp: 
+	dh_testdir
+	[ -f Makefile ] || $(PERL) Makefile.PL
+	$(MAKE)
+	TEST_POD=1 $(MAKE) test
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp install-stamp
+	dh_clean 
+	[ ! -f Makefile ] || $(MAKE) distclean
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	$(MAKE) install_vendor PREFIX=$(TMP)/usr
+	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
+	touch $@
+
+binary-arch:
+# nothing to do
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs Changes
+	dh_compress
+	dh_installdocs
+	dh_fixperms
+	dh_installdeb
+	dh_perl
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure

Propchange: trunk/libproc-fork-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libproc-fork-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libproc-fork-perl/debian/watch?rev=9691&op=file
==============================================================================
--- trunk/libproc-fork-perl/debian/watch (added)
+++ trunk/libproc-fork-perl/debian/watch Fri Nov 23 19:51:12 2007
@@ -1,0 +1,5 @@
+version=3
+
+opts="uversionmangle=s/(\.\d\d)$//" \
+http://www.cpan.org/modules/by-module/Proc/Proc-Fork-([\d\.]+)\.tar\.gz
+




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