r37096 - in /trunk/libdata-uuid-libuuid-perl/debian: ./ changelog compat control copyright rules watch

franck-guest at users.alioth.debian.org franck-guest at users.alioth.debian.org
Mon Jun 1 08:30:09 UTC 2009


Author: franck-guest
Date: Mon Jun  1 08:30:04 2009
New Revision: 37096

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

Added:
    trunk/libdata-uuid-libuuid-perl/debian/
    trunk/libdata-uuid-libuuid-perl/debian/changelog
    trunk/libdata-uuid-libuuid-perl/debian/compat
    trunk/libdata-uuid-libuuid-perl/debian/control
    trunk/libdata-uuid-libuuid-perl/debian/copyright
    trunk/libdata-uuid-libuuid-perl/debian/rules   (with props)
    trunk/libdata-uuid-libuuid-perl/debian/watch

Added: trunk/libdata-uuid-libuuid-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-uuid-libuuid-perl/debian/changelog?rev=37096&op=file
==============================================================================
--- trunk/libdata-uuid-libuuid-perl/debian/changelog (added)
+++ trunk/libdata-uuid-libuuid-perl/debian/changelog Mon Jun  1 08:30:04 2009
@@ -1,0 +1,5 @@
+libdata-uuid-libuuid-perl (0.04-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- franck cuny <franck at lumberjaph.net>  Mon, 1 Jun 2009 10:26:06 +0200

Added: trunk/libdata-uuid-libuuid-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-uuid-libuuid-perl/debian/compat?rev=37096&op=file
==============================================================================
--- trunk/libdata-uuid-libuuid-perl/debian/compat (added)
+++ trunk/libdata-uuid-libuuid-perl/debian/compat Mon Jun  1 08:30:04 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libdata-uuid-libuuid-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-uuid-libuuid-perl/debian/control?rev=37096&op=file
==============================================================================
--- trunk/libdata-uuid-libuuid-perl/debian/control (added)
+++ trunk/libdata-uuid-libuuid-perl/debian/control Mon Jun  1 08:30:04 2009
@@ -1,0 +1,18 @@
+Source: libdata-uuid-libuuid-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), libasa-perl, libsub-exporter-perl,
+  libtest-use-ok-perl, perl (>= 5.6.0-12)
+Maintainer: franck cuny <franck at lumberjaph.net>
+Standards-Version: 3.8.1
+Homepage: http://search.cpan.org/dist/Data-UUID-LibUUID/
+
+Package: libdata-uuid-libuuid-perl
+Architecture: any
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, libasa-perl,
+  libsub-exporter-perl, libtest-use-ok-perl
+Description: uuid.h based UUID generation (versions 1, 2 and 4)
+ Data::UUID::LibUUID provides bindings for libuuid shipped with e2fsprogs or
+ uuid-dev on debian, and also works with the system uuid.h on darwin.
+ .
+ This description was automagically extracted from the module by dh-make-perl.

Added: trunk/libdata-uuid-libuuid-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-uuid-libuuid-perl/debian/copyright?rev=37096&op=file
==============================================================================
--- trunk/libdata-uuid-libuuid-perl/debian/copyright (added)
+++ trunk/libdata-uuid-libuuid-perl/debian/copyright Mon Jun  1 08:30:04 2009
@@ -1,0 +1,34 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Yuval Kogman <nothingmuch at woobling.org>
+Upstream-Source: http://search.cpan.org/dist/Data-UUID-LibUUID/
+Upstream-Name: Data-UUID-LibUUID
+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: Yuval Kogman <nothingmuch at woobling.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, franck cuny <franck at lumberjaph.net>
+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/libdata-uuid-libuuid-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-uuid-libuuid-perl/debian/rules?rev=37096&op=file
==============================================================================
--- trunk/libdata-uuid-libuuid-perl/debian/rules (added)
+++ trunk/libdata-uuid-libuuid-perl/debian/rules Mon Jun  1 08:30:04 2009
@@ -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/libdata-uuid-libuuid-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libdata-uuid-libuuid-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-uuid-libuuid-perl/debian/watch?rev=37096&op=file
==============================================================================
--- trunk/libdata-uuid-libuuid-perl/debian/watch (added)
+++ trunk/libdata-uuid-libuuid-perl/debian/watch Mon Jun  1 08:30:04 2009
@@ -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/Data-UUID-LibUUID/   .*/Data-UUID-LibUUID-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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