r24003 - in /trunk/libb-perlreq-perl/debian: ./ changelog compat control copyright rules watch

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sat Aug 9 12:53:23 UTC 2008


Author: dmn
Date: Sat Aug  9 12:53:21 2008
New Revision: 24003

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

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

Added: trunk/libb-perlreq-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libb-perlreq-perl/debian/changelog?rev=24003&op=file
==============================================================================
--- trunk/libb-perlreq-perl/debian/changelog (added)
+++ trunk/libb-perlreq-perl/debian/changelog Sat Aug  9 12:53:21 2008
@@ -1,0 +1,5 @@
+libb-perlreq-perl (0.6.8-1) unstable; urgency=low
+
+  * Initial Release. Closes: #494434 -- ITP
+
+ -- Damyan Ivanov <dmn at debian.org>  Sat, 9 Aug 2008 15:32:34 +0300

Added: trunk/libb-perlreq-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libb-perlreq-perl/debian/compat?rev=24003&op=file
==============================================================================
--- trunk/libb-perlreq-perl/debian/compat (added)
+++ trunk/libb-perlreq-perl/debian/compat Sat Aug  9 12:53:21 2008
@@ -1,0 +1,1 @@
+7

Added: trunk/libb-perlreq-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libb-perlreq-perl/debian/control?rev=24003&op=file
==============================================================================
--- trunk/libb-perlreq-perl/debian/control (added)
+++ trunk/libb-perlreq-perl/debian/control Sat Aug  9 12:53:21 2008
@@ -1,0 +1,20 @@
+Source: libb-perlreq-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.10-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Damyan Ivanov <dmn at debian.org>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/rpm-build-perl/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libb-perlreq-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libb-perlreq-perl/
+
+Package: libb-perlreq-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: Calculate dependencies for Perl sources
+ B::PerlReq is a backend module for the Perl compiler that extracts
+ dependencies from Perl source code, based on the internal compiled structure
+ that Perl itself creates after parsing a program. The output of B::PerlReq is
+ suitable for automatic dependency tracking.

Added: trunk/libb-perlreq-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libb-perlreq-perl/debian/copyright?rev=24003&op=file
==============================================================================
--- trunk/libb-perlreq-perl/debian/copyright (added)
+++ trunk/libb-perlreq-perl/debian/copyright Sat Aug  9 12:53:21 2008
@@ -1,0 +1,21 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Alexey Tourbin <at at altlinux.org>
+Upstream-Source: http://search.cpan.org/dist/rpm-build-perl/
+Upstream-Name: rpm-build-perl
+
+Files: *
+Copyright: (c) 2003, 2004, 2006, 2007, 2008 Alexey Tourbin, ALT Linux Team.
+License: GPL-2+
+ This 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 of the License, or (at your option) any later
+ version.
+
+Files: debian/*
+Copyright: © Damyan Ivanov <dmn at debian.org>
+License: GPL-2+
+ This 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 of the License, or (at your option) any later
+ version.

Added: trunk/libb-perlreq-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libb-perlreq-perl/debian/rules?rev=24003&op=file
==============================================================================
--- trunk/libb-perlreq-perl/debian/rules (added)
+++ trunk/libb-perlreq-perl/debian/rules Sat Aug  9 12:53:21 2008
@@ -1,0 +1,23 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+	dh build
+	touch $@
+
+clean:
+	dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
+
+binary-arch:
+
+binary-indep: install
+	dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

Propchange: trunk/libb-perlreq-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libb-perlreq-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libb-perlreq-perl/debian/watch?rev=24003&op=file
==============================================================================
--- trunk/libb-perlreq-perl/debian/watch (added)
+++ trunk/libb-perlreq-perl/debian/watch Sat Aug  9 12:53:21 2008
@@ -1,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/rpm-build-perl/   .*/rpm-build-perl-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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