r28845 - in /trunk/libpango-perl/debian: ./ changelog compat control copyright libpango-perl.docs libpango-perl.examples rules watch

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sun Dec 28 11:44:32 UTC 2008


Author: ryan52-guest
Date: Sun Dec 28 11:44:29 2008
New Revision: 28845

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

Added:
    trunk/libpango-perl/debian/
    trunk/libpango-perl/debian/changelog
    trunk/libpango-perl/debian/compat
    trunk/libpango-perl/debian/control
    trunk/libpango-perl/debian/copyright
    trunk/libpango-perl/debian/libpango-perl.docs
    trunk/libpango-perl/debian/libpango-perl.examples
    trunk/libpango-perl/debian/rules   (with props)
    trunk/libpango-perl/debian/watch

Added: trunk/libpango-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpango-perl/debian/changelog?rev=28845&op=file
==============================================================================
--- trunk/libpango-perl/debian/changelog (added)
+++ trunk/libpango-perl/debian/changelog Sun Dec 28 11:44:29 2008
@@ -1,0 +1,5 @@
+libpango-perl (1.210-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 28 Dec 2008 03:37:11 -0800

Added: trunk/libpango-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpango-perl/debian/compat?rev=28845&op=file
==============================================================================
--- trunk/libpango-perl/debian/compat (added)
+++ trunk/libpango-perl/debian/compat Sun Dec 28 11:44:29 2008
@@ -1,0 +1,1 @@
+7

Added: trunk/libpango-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpango-perl/debian/control?rev=28845&op=file
==============================================================================
--- trunk/libpango-perl/debian/control (added)
+++ trunk/libpango-perl/debian/control Sun Dec 28 11:44:29 2008
@@ -1,0 +1,22 @@
+Source: libpango-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), libcairo-perl (>= 1.000),
+  libextutils-depends-perl (>= 0.300), libextutils-pkgconfig-perl,
+  libglib-perl (>= 1.210), perl (>= 5.6.0-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Pango/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpango-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libpango-perl/
+
+Package: libpango-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends},
+  libglib-perl (>= 1.210), libextutils-depends-perl (>= 0.300),
+  libextutils-pkgconfig-perl (>= 1.030), libcairo-perl (>= 1.000)
+Description:  Layout and render international text
+ Layout and render international text
+ .
+ This description was automagically extracted from the module by dh-make-perl.

Added: trunk/libpango-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpango-perl/debian/copyright?rev=28845&op=file
==============================================================================
--- trunk/libpango-perl/debian/copyright (added)
+++ trunk/libpango-perl/debian/copyright Sun Dec 28 11:44:29 2008
@@ -1,0 +1,45 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: muppet <scott at asofyet dot org>
+     Torsten Schoenfeld <kaffeetisch at gmx dot de>
+     Marc Lehmann <pcg at goof dot com>
+Upstream-Source: http://search.cpan.org/dist/Pango/
+Upstream-Name: Pango
+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: muppet <scott at asofyet dot org>
+     Torsten Schoenfeld <kaffeetisch at gmx dot de>
+     Marc Lehmann <pcg at goof dot com>
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2008, Ryan Niebur <ryanryan52 at gmail.com>
+License: GPL-2+ | Artistic | GPL-1+
+
+License: GPL-2+
+    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; version 2 dated June, 1991, or (at your
+    option) any later version.
+    On Debian GNU/Linux systems, the complete text of version 2 of the GNU
+    General Public License can be found in `/usr/share/common-licenses/GPL-2'
+
+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/libpango-perl/debian/libpango-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpango-perl/debian/libpango-perl.docs?rev=28845&op=file
==============================================================================
--- trunk/libpango-perl/debian/libpango-perl.docs (added)
+++ trunk/libpango-perl/debian/libpango-perl.docs Sun Dec 28 11:44:29 2008
@@ -1,0 +1,2 @@
+NEWS
+README

Added: trunk/libpango-perl/debian/libpango-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpango-perl/debian/libpango-perl.examples?rev=28845&op=file
==============================================================================
--- trunk/libpango-perl/debian/libpango-perl.examples (added)
+++ trunk/libpango-perl/debian/libpango-perl.examples Sun Dec 28 11:44:29 2008
@@ -1,0 +1,1 @@
+examples/*

Added: trunk/libpango-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpango-perl/debian/rules?rev=28845&op=file
==============================================================================
--- trunk/libpango-perl/debian/rules (added)
+++ trunk/libpango-perl/debian/rules Sun Dec 28 11:44: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: install
+	dh $@
+
+binary-indep:
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

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

Added: trunk/libpango-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpango-perl/debian/watch?rev=28845&op=file
==============================================================================
--- trunk/libpango-perl/debian/watch (added)
+++ trunk/libpango-perl/debian/watch Sun Dec 28 11:44: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/Pango/   .*/Pango-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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