r24697 - in /trunk/libdevel-nytprof-perl/debian: ./ changelog compat control copyright rules watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Aug 28 23:46:05 UTC 2008


Author: gregoa
Date: Thu Aug 28 23:46:02 2008
New Revision: 24697

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

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

Added: trunk/libdevel-nytprof-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-nytprof-perl/debian/changelog?rev=24697&op=file
==============================================================================
--- trunk/libdevel-nytprof-perl/debian/changelog (added)
+++ trunk/libdevel-nytprof-perl/debian/changelog Thu Aug 28 23:46:02 2008
@@ -1,0 +1,5 @@
+libdevel-nytprof-perl (2.03-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- gregor herrmann <gregoa at debian.org>  Fri, 29 Aug 2008 01:36:52 +0200

Added: trunk/libdevel-nytprof-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-nytprof-perl/debian/compat?rev=24697&op=file
==============================================================================
--- trunk/libdevel-nytprof-perl/debian/compat (added)
+++ trunk/libdevel-nytprof-perl/debian/compat Thu Aug 28 23:46:02 2008
@@ -1,0 +1,1 @@
+7

Added: trunk/libdevel-nytprof-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-nytprof-perl/debian/control?rev=24697&op=file
==============================================================================
--- trunk/libdevel-nytprof-perl/debian/control (added)
+++ trunk/libdevel-nytprof-perl/debian/control Thu Aug 28 23:46:02 2008
@@ -1,0 +1,18 @@
+Source: libdevel-nytprof-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), perl (>= 5.6.10-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Devel-NYTProf/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdevel-nytprof-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-nytprof-perl/
+
+Package: libdevel-nytprof-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Description: Powerful feature-rich perl source code profiler
+ Powerful feature-rich perl source code profiler
+ .
+ This description was automagically extracted from the module by dh-make-perl.

Added: trunk/libdevel-nytprof-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-nytprof-perl/debian/copyright?rev=24697&op=file
==============================================================================
--- trunk/libdevel-nytprof-perl/debian/copyright (added)
+++ trunk/libdevel-nytprof-perl/debian/copyright Thu Aug 28 23:46:02 2008
@@ -1,0 +1,34 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Adam Kaplan <akaplan at cpan.org>, Tim Bunce <timb at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/Devel-NYTProf/
+Upstream-Name: Devel-NYTProf
+Disclaimer: This copyright info was automatically extracted 
+    from the perl module. It may not be accurate, so you better 
+    check the module sources in order to ensure the module for its 
+    inclusion in Debian or for general legal information. Please, 
+    if licensing information is incorrectly generated, file a bug 
+    on dh-make-perl.
+
+Files: *
+Copyright: Adam Kaplan <akaplan at cpan.org>, Tim Bunce <timb at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2008, gregor herrmann <gregoa at debian.org>
+License: Artistic | GPL-1+
+
+License: Artistic
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the Artistic License, which comes with Perl.
+    On Debian GNU/Linux systems, the complete text of the Artistic License
+    can be found in /usr/share/common-licenses/Artistic
+
+License: GPL-1+
+    This program 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 1, or (at your option)
+    any later version.
+    On Debian GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/libdevel-nytprof-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-nytprof-perl/debian/rules?rev=24697&op=file
==============================================================================
--- trunk/libdevel-nytprof-perl/debian/rules (added)
+++ trunk/libdevel-nytprof-perl/debian/rules Thu Aug 28 23:46:02 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: install
+	dh $@
+
+binary-indep:
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

Propchange: trunk/libdevel-nytprof-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libdevel-nytprof-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-nytprof-perl/debian/watch?rev=24697&op=file
==============================================================================
--- trunk/libdevel-nytprof-perl/debian/watch (added)
+++ trunk/libdevel-nytprof-perl/debian/watch Thu Aug 28 23:46:02 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/Devel-NYTProf/   .*/Devel-NYTProf-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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