r27454 - in /trunk/dh-make-perl/t/dists/Strange-0.1/wanted-debian: ./ changelog compat control copyright rules watch

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sat Nov 29 21:54:32 UTC 2008


Author: dmn
Date: Sat Nov 29 21:54:29 2008
New Revision: 27454

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27454
Log:
add wanted-debian/directory in t/dists/Strange-0.1

this is what the generated debian/ directiry should look like

Added:
    trunk/dh-make-perl/t/dists/Strange-0.1/wanted-debian/
    trunk/dh-make-perl/t/dists/Strange-0.1/wanted-debian/changelog
    trunk/dh-make-perl/t/dists/Strange-0.1/wanted-debian/compat
    trunk/dh-make-perl/t/dists/Strange-0.1/wanted-debian/control
    trunk/dh-make-perl/t/dists/Strange-0.1/wanted-debian/copyright
    trunk/dh-make-perl/t/dists/Strange-0.1/wanted-debian/rules   (with props)
    trunk/dh-make-perl/t/dists/Strange-0.1/wanted-debian/watch

Added: trunk/dh-make-perl/t/dists/Strange-0.1/wanted-debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/t/dists/Strange-0.1/wanted-debian/changelog?rev=27454&op=file
==============================================================================
--- trunk/dh-make-perl/t/dists/Strange-0.1/wanted-debian/changelog (added)
+++ trunk/dh-make-perl/t/dists/Strange-0.1/wanted-debian/changelog Sat Nov 29 21:54:29 2008
@@ -1,0 +1,5 @@
+libstrange-perl (0.1-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Joe Maintainer <joemaint at test.local>  Sat, 29 Nov 2008 23:17:07 +0200

Added: trunk/dh-make-perl/t/dists/Strange-0.1/wanted-debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/t/dists/Strange-0.1/wanted-debian/compat?rev=27454&op=file
==============================================================================
--- trunk/dh-make-perl/t/dists/Strange-0.1/wanted-debian/compat (added)
+++ trunk/dh-make-perl/t/dists/Strange-0.1/wanted-debian/compat Sat Nov 29 21:54:29 2008
@@ -1,0 +1,1 @@
+7

Added: trunk/dh-make-perl/t/dists/Strange-0.1/wanted-debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/t/dists/Strange-0.1/wanted-debian/control?rev=27454&op=file
==============================================================================
--- trunk/dh-make-perl/t/dists/Strange-0.1/wanted-debian/control (added)
+++ trunk/dh-make-perl/t/dists/Strange-0.1/wanted-debian/control Sat Nov 29 21:54:29 2008
@@ -1,0 +1,18 @@
+Source: libstrange-perl
+Section: misc
+Priority: Extra
+Build-Depends: perl6, xlib-dev
+Build-Depends-Indep: perl (>= 5.6.0-12)
+Maintainer: Damyan Ivanov <dmn at debian.org>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Strange/
+
+Package: libstrange-perl
+Architecture: all
+Depends: perl6
+Conflicts: ba-ba-buma
+Description: A really ugly module to test dh-make-perl
+ A really ugly long description
+ for a really ugly perl module.
+ .
+ This description was automagically extracted from the module by dh-make-perl.

Added: trunk/dh-make-perl/t/dists/Strange-0.1/wanted-debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/t/dists/Strange-0.1/wanted-debian/copyright?rev=27454&op=file
==============================================================================
--- trunk/dh-make-perl/t/dists/Strange-0.1/wanted-debian/copyright (added)
+++ trunk/dh-make-perl/t/dists/Strange-0.1/wanted-debian/copyright Sat Nov 29 21:54:29 2008
@@ -1,0 +1,33 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: A. U. Thor, a.u.thor at a.galaxy.far.far.away
+Upstream-Source: http://search.cpan.org/dist/Strange/
+Upstream-Name: Strange
+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: A. U. Thor, a.u.thor at a.galaxy.far.far.away
+License: 
+
+Files: debian/*
+Copyright: 2008, Damyan Ivanov <dmn 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/dh-make-perl/t/dists/Strange-0.1/wanted-debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/t/dists/Strange-0.1/wanted-debian/rules?rev=27454&op=file
==============================================================================
--- trunk/dh-make-perl/t/dists/Strange-0.1/wanted-debian/rules (added)
+++ trunk/dh-make-perl/t/dists/Strange-0.1/wanted-debian/rules Sat Nov 29 21:54:29 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/dh-make-perl/t/dists/Strange-0.1/wanted-debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/dh-make-perl/t/dists/Strange-0.1/wanted-debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/t/dists/Strange-0.1/wanted-debian/watch?rev=27454&op=file
==============================================================================
--- trunk/dh-make-perl/t/dists/Strange-0.1/wanted-debian/watch (added)
+++ trunk/dh-make-perl/t/dists/Strange-0.1/wanted-debian/watch Sat Nov 29 21:54:29 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/Strange/   .*/Strange-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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