r34447 - in /trunk/libasa-perl/debian: ./ changelog compat control copyright rules watch

roam-guest at users.alioth.debian.org roam-guest at users.alioth.debian.org
Thu Apr 30 15:23:18 UTC 2009


Author: roam-guest
Date: Thu Apr 30 15:23:13 2009
New Revision: 34447

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

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

Added: trunk/libasa-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libasa-perl/debian/changelog?rev=34447&op=file
==============================================================================
--- trunk/libasa-perl/debian/changelog (added)
+++ trunk/libasa-perl/debian/changelog Thu Apr 30 15:23:13 2009
@@ -1,0 +1,5 @@
+libasa-perl (0.02-1) UNRELEASED; urgency=low
+
+  * Initial Release.  (Closes: #526345)
+
+ -- Peter Pentchev <roam at ringlet.net>  Thu, 30 Apr 2009 16:22:00 +0300

Added: trunk/libasa-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libasa-perl/debian/compat?rev=34447&op=file
==============================================================================
--- trunk/libasa-perl/debian/compat (added)
+++ trunk/libasa-perl/debian/compat Thu Apr 30 15:23:13 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libasa-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libasa-perl/debian/control?rev=34447&op=file
==============================================================================
--- trunk/libasa-perl/debian/control (added)
+++ trunk/libasa-perl/debian/control Thu Apr 30 15:23:13 2009
@@ -1,0 +1,20 @@
+Source: libasa-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.0-12), libtest-pod-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Peter Pentchev <roam at ringlet.net>
+Standards-Version: 3.8.1
+Homepage: http://search.cpan.org/dist/asa/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libasa-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libasa-perl/
+
+Package: libasa-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: Perl module for expanding a class or object's list of base classes
+ The asa pragma attempts a new approach to bringing Java-style interfaces
+ or Perl 6-style roles to Perl 5.  It allows a class or object to
+ look like a derivative of another class without actually specifying
+ it in the @ISA array.

Added: trunk/libasa-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libasa-perl/debian/copyright?rev=34447&op=file
==============================================================================
--- trunk/libasa-perl/debian/copyright (added)
+++ trunk/libasa-perl/debian/copyright Thu Apr 30 15:23:13 2009
@@ -1,0 +1,33 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Adam Kennedy <cpan at ali.as>
+Upstream-Source: http://search.cpan.org/dist/asa/
+Upstream-Name: asa
+
+Files: *
+Copyright: 2006, Adam Kennedy
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: inc/*
+Copyright: Copyright 2001-2006 by Brian Ingerson, Audrey Tang and Adam Kennedy 
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Peter Pentchev <roam at ringlet.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/libasa-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libasa-perl/debian/rules?rev=34447&op=file
==============================================================================
--- trunk/libasa-perl/debian/rules (added)
+++ trunk/libasa-perl/debian/rules Thu Apr 30 15:23:13 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:
+
+binary-indep: install
+	dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

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

Added: trunk/libasa-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libasa-perl/debian/watch?rev=34447&op=file
==============================================================================
--- trunk/libasa-perl/debian/watch (added)
+++ trunk/libasa-perl/debian/watch Thu Apr 30 15:23:13 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/asa/   .*/asa-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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