r45846 - in /trunk/libgtk2-ex-entry-pango-perl/debian: compat control copyright libgtk2-ex-entry-pango-perl.examples rules watch

xoswald at users.alioth.debian.org xoswald at users.alioth.debian.org
Thu Oct 15 16:39:37 UTC 2009


Author: xoswald
Date: Thu Oct 15 16:39:30 2009
New Revision: 45846

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45846
Log:
dh7 refresh
* debian/control
  - Add Vcs fileds
  - Maintainer set to pkg-perl group
  - Add me as Uploaders
  - Bump Standards-Version to 3.8.3
  - Remove perl versionning (allow by policy 3.8.3)
* debian/copyright
  - update copyright holder
* Add examples/


Added:
    trunk/libgtk2-ex-entry-pango-perl/debian/libgtk2-ex-entry-pango-perl.examples
Modified:
    trunk/libgtk2-ex-entry-pango-perl/debian/compat
    trunk/libgtk2-ex-entry-pango-perl/debian/control
    trunk/libgtk2-ex-entry-pango-perl/debian/copyright
    trunk/libgtk2-ex-entry-pango-perl/debian/rules
    trunk/libgtk2-ex-entry-pango-perl/debian/watch

Modified: trunk/libgtk2-ex-entry-pango-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-ex-entry-pango-perl/debian/compat?rev=45846&op=diff
==============================================================================
--- trunk/libgtk2-ex-entry-pango-perl/debian/compat (original)
+++ trunk/libgtk2-ex-entry-pango-perl/debian/compat Thu Oct 15 16:39:30 2009
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libgtk2-ex-entry-pango-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-ex-entry-pango-perl/debian/control?rev=45846&op=diff
==============================================================================
--- trunk/libgtk2-ex-entry-pango-perl/debian/control (original)
+++ trunk/libgtk2-ex-entry-pango-perl/debian/control Thu Oct 15 16:39:30 2009
@@ -1,16 +1,19 @@
 Source: libgtk2-ex-entry-pango-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: perl (>= 5.6.10-12)
-Maintainer: Emmanuel Rodriguez <emmanuel.rodriguez at gmail.com>
-Standards-Version: 3.8.0
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, libgtk2-perl (>= 1.100)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Emmanuel Rodriguez <emmanuel.rodriguez at gmail.com>, Xavier Oswald <xoswald at debian.org>
+Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/Gtk2-Ex-Entry-Pango/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libgtk2-ex-entry-pango-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libgtk2-ex-entry-pango-perl/
 
 Package: libgtk2-ex-entry-pango-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}
-Description: Gtk2::Entry that accepts pango markup.
+Depends: ${misc:Depends}, ${perl:Depends}, libgtk2-perl (>= 1.100)
+Description: Gtk2::Entry that accepts pango markup
  Gtk2::Ex::Entry::Pango is a Gtk2::Entry that can accept Pango markup for
  various purposes (for more information about Pango text markup language see 
  http://library.gnome.org/devel/pango/stable/PangoMarkupFormat.html).

Modified: trunk/libgtk2-ex-entry-pango-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-ex-entry-pango-perl/debian/copyright?rev=45846&op=diff
==============================================================================
--- trunk/libgtk2-ex-entry-pango-perl/debian/copyright (original)
+++ trunk/libgtk2-ex-entry-pango-perl/debian/copyright Thu Oct 15 16:39:30 2009
@@ -1,14 +1,28 @@
-This is the debian package for the Gtk2-Ex-Entry-Pango module.
-It was created by Emmanuel Rodriguez <emmanuel.rodriguez at gmail.com> using dh-make-perl.
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Emmanuel Rodriguez <potyl at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/Gtk2-Ex-Entry-Pango/
+Upstream-Name: Gtk2-Ex-Entry-Pango
 
-It was downloaded from http://search.cpan.org/dist/Gtk2-Ex-Entry-Pango/
+Files: *
+Copyright: Emmanuel Rodriguez <potyl at cpan.org>
+License: Artistic | GPL-1+
 
-This copyright info was automatically extracted from the perl module.
-It may not be accurate, so you better check the module sources
-if you don't want to get into legal troubles.
+Files: debian/*
+Copyright: 2009, Emmanuel Rodriguez <emmanuel.rodriguez at gmail.com>
+ 2009, Xavier Oswald <xoswald at debian.org>
+License: Artistic | GPL-1+
 
-The upstream author is: Emmanuel Rodriguez <potyl at cpan.org>.
+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'
 
-
-The Debian packaging is (C) 2009, Emmanuel Rodriguez <emmanuel.rodriguez at gmail.com> and
-is licensed under the same terms as the software itself (see above).
+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/libgtk2-ex-entry-pango-perl/debian/libgtk2-ex-entry-pango-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-ex-entry-pango-perl/debian/libgtk2-ex-entry-pango-perl.examples?rev=45846&op=file
==============================================================================
--- trunk/libgtk2-ex-entry-pango-perl/debian/libgtk2-ex-entry-pango-perl.examples (added)
+++ trunk/libgtk2-ex-entry-pango-perl/debian/libgtk2-ex-entry-pango-perl.examples Thu Oct 15 16:39:30 2009
@@ -1,0 +1,1 @@
+examples/*

Modified: trunk/libgtk2-ex-entry-pango-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-ex-entry-pango-perl/debian/rules?rev=45846&op=diff
==============================================================================
--- trunk/libgtk2-ex-entry-pango-perl/debian/rules (original)
+++ trunk/libgtk2-ex-entry-pango-perl/debian/rules Thu Oct 15 16:39:30 2009
@@ -1,64 +1,4 @@
 #!/usr/bin/make -f
-# This debian/rules file is provided as a template for normal perl
-# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
-# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
-# be used freely wherever it is useful.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# If set to a true value then MakeMaker's prompt function will
-# always return the default without waiting for user input.
-export PERL_MM_USE_DEFAULT=1
-
-PERL   ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-	# Add commands to compile the package here
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
-	touch $@
-
-clean:
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	# Add commands to clean up after the build process here
-	[ ! -f Makefile ] || $(MAKE) realclean
-
-install: install-stamp
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	# Add commands to install the package into $(TMP) here
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -d $(TMP)/usr/lib/perl5 ] || \
-		rmdir --ignore-fail-on-non-empty --parents --verbose \
-		$(TMP)/usr/lib/perl5
-	touch $@
-
-binary-arch:
-# We have nothing to do here for an architecture-independent package
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installexamples examples/*
-	dh_installdocs README
-	dh_installchangelogs Changes
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+	dh $@

Modified: trunk/libgtk2-ex-entry-pango-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-ex-entry-pango-perl/debian/watch?rev=45846&op=diff
==============================================================================
--- trunk/libgtk2-ex-entry-pango-perl/debian/watch (original)
+++ trunk/libgtk2-ex-entry-pango-perl/debian/watch Thu Oct 15 16:39:30 2009
@@ -1,4 +1,2 @@
-# 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/Gtk2-Ex-Entry-Pango/   .*/Gtk2-Ex-Entry-Pango-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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