r52712 - in /trunk/libgtk2-ex-simple-list-perl/debian: changelog compat control copyright libgtk2-ex-simple-list-perl.examples rules source/ source/format

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sun Feb 14 08:33:51 UTC 2010


Author: ansgar-guest
Date: Sun Feb 14 08:33:40 2010
New Revision: 52712

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=52712
Log:
* Refresh debian/rules for debhelper 7.
* Include examples in binary package.
* Use source format 3.0 (quilt).
* debian/control: Mention module name in description.
* debian/control: Build-dep on xauth instead of xbase-clients.
* Convert debian/copyright to proposed machine-readable format.
* Bump Standards-Version to 3.8.4.
* Add myself to Uploaders.

Added:
    trunk/libgtk2-ex-simple-list-perl/debian/libgtk2-ex-simple-list-perl.examples
    trunk/libgtk2-ex-simple-list-perl/debian/source/
    trunk/libgtk2-ex-simple-list-perl/debian/source/format
Modified:
    trunk/libgtk2-ex-simple-list-perl/debian/changelog
    trunk/libgtk2-ex-simple-list-perl/debian/compat
    trunk/libgtk2-ex-simple-list-perl/debian/control
    trunk/libgtk2-ex-simple-list-perl/debian/copyright
    trunk/libgtk2-ex-simple-list-perl/debian/rules

Modified: trunk/libgtk2-ex-simple-list-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-ex-simple-list-perl/debian/changelog?rev=52712&op=diff
==============================================================================
--- trunk/libgtk2-ex-simple-list-perl/debian/changelog (original)
+++ trunk/libgtk2-ex-simple-list-perl/debian/changelog Sun Feb 14 08:33:40 2010
@@ -1,4 +1,4 @@
-libgtk2-ex-simple-list-perl (0.50-2) UNRELEASED; urgency=low
+libgtk2-ex-simple-list-perl (0.50-2) unstable; urgency=low
 
   [ gregor herrmann ]
   * Take over for the Debian Perl Group with maintainer's permission
@@ -10,8 +10,6 @@
     <rafl at debian.org>); Florian Ragwitz <rafl at debian.org> moved to
     Uploaders.
   * Add debian/watch.
-  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
-    (source stanza).
 
   [ Ryan Niebur ]
   * Remove Florian Ragwitz from Uploaders
@@ -20,7 +18,17 @@
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Wed, 08 Apr 2009 18:43:53 -0700
+  [ Ansgar Burchardt ]
+  * Refresh debian/rules for debhelper 7.
+  * Include examples in binary package.
+  * Use source format 3.0 (quilt).
+  * debian/control: Mention module name in description.
+  * debian/control: Build-dep on xauth instead of xbase-clients.
+  * Convert debian/copyright to proposed machine-readable format.
+  * Bump Standards-Version to 3.8.4.
+  * Add myself to Uploaders.
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Sun, 14 Feb 2010 17:33:17 +0900
 
 libgtk2-ex-simple-list-perl (0.50-1.1) unstable; urgency=low
 

Modified: trunk/libgtk2-ex-simple-list-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-ex-simple-list-perl/debian/compat?rev=52712&op=diff
==============================================================================
--- trunk/libgtk2-ex-simple-list-perl/debian/compat (original)
+++ trunk/libgtk2-ex-simple-list-perl/debian/compat Sun Feb 14 08:33:40 2010
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libgtk2-ex-simple-list-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-ex-simple-list-perl/debian/control?rev=52712&op=diff
==============================================================================
--- trunk/libgtk2-ex-simple-list-perl/debian/control (original)
+++ trunk/libgtk2-ex-simple-list-perl/debian/control Sun Feb 14 08:33:40 2010
@@ -1,10 +1,11 @@
 Source: libgtk2-ex-simple-list-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0)
-Build-Depends-Indep: perl (>= 5.8.0-7), xvfb, xbase-clients, xfonts-base, libglib-perl, libgtk2-perl
+Build-Depends: debhelper (>= 7.0.50~)
+Build-Depends-Indep: perl, xauth, xvfb, libglib-perl, libgtk2-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Standards-Version: 3.7.2
+Uploaders: Ansgar Burchardt <ansgar at 43-1.org>
+Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/Gtk2-Ex-Simple-List/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libgtk2-ex-simple-list-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libgtk2-ex-simple-list-perl/
@@ -12,7 +13,7 @@
 Package: libgtk2-ex-simple-list-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libglib-perl, libgtk2-perl
-Description:  A simple interface to Gtk2's complex MVC list widget
- SimpleList is a simple interface to the powerful but complex Gtk2::TreeView
- and Gtk2::ListStore combination, implementing using tied arrays to make thing
- simple and easy.
+Description: simple interface to Gtk2's complex MVC list widget
+ Gtk2::Ex::Simple::List is a simple interface to the powerful but complex
+ Gtk2::TreeView and Gtk2::ListStore combination, implementing using tied
+ arrays to make thing simple and easy.

Modified: trunk/libgtk2-ex-simple-list-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-ex-simple-list-perl/debian/copyright?rev=52712&op=diff
==============================================================================
--- trunk/libgtk2-ex-simple-list-perl/debian/copyright (original)
+++ trunk/libgtk2-ex-simple-list-perl/debian/copyright Sun Feb 14 08:33:40 2010
@@ -1,25 +1,34 @@
-This is the debian package for the Gtk2-Ex-Simple-List module.
-It was created by Florian Ragwitz <rafl at debian.org> using dh-make-perl.
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Ross McFarland
+Source: http://search.cpan.org/dist/Gtk2-Ex-Simple-List/
+Name: Gtk2-Ex-Simple-List
 
-The upstream authors are:
+Copyright: © 2004, Gtk2-Perl team
+License: GPL-2.1+
 
- muppet <scott at asofyet dot org>
- Ross McFarland <rwmcfa1 at neces dot com>
- Gavin Brown <gavin dot brown at uk dot com>.
+Files: debian/*
+Copyright:
+ © 2010, Ansgar Burchardt <ansgar at 43-1.org>
+License: Artistic or 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'
 
-Copyright 2004 by the Gtk2-Perl team.
+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'
 
-This library is free software; you can redistribute it and/or modify it under
-the terms of the GNU Library General Public License as published by the Free
-Software Foundation; either version 2.1 of the License, or (at your option) any
-later version.
-
-This library is distributed in the hope that it will be useful, but WITHOUT ANY
-WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-PARTICULAR PURPOSE. See the GNU Library General Public License for more
-details.
-
-
-On Debian GNU/Linux systems, the complete text of the GNU Library General
-Public License can be found in `/usr/share/common-licenses/LGPL'.
+License: GPL-2.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 2.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-simple-list-perl/debian/libgtk2-ex-simple-list-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-ex-simple-list-perl/debian/libgtk2-ex-simple-list-perl.examples?rev=52712&op=file
==============================================================================
--- trunk/libgtk2-ex-simple-list-perl/debian/libgtk2-ex-simple-list-perl.examples (added)
+++ trunk/libgtk2-ex-simple-list-perl/debian/libgtk2-ex-simple-list-perl.examples Sun Feb 14 08:33:40 2010
@@ -1,0 +1,1 @@
+examples/*

Modified: trunk/libgtk2-ex-simple-list-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-ex-simple-list-perl/debian/rules?rev=52712&op=diff
==============================================================================
--- trunk/libgtk2-ex-simple-list-perl/debian/rules (original)
+++ trunk/libgtk2-ex-simple-list-perl/debian/rules Sun Feb 14 08:33:40 2010
@@ -1,58 +1,6 @@
 #!/usr/bin/make -f
+%:
+	dh $@
 
-export PERL_MM_USE_DEFAULT=1
-
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP     =$(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp install-stamp
-	[ ! -f Makefile ] || $(MAKE) realclean
-	dh_clean
-
-install: build install-stamp
-install-stamp:
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	xvfb-run -a $(MAKE) test
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
-	touch install-stamp
-
-binary-arch:
-# We have nothing to do by default.
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installexamples
-	dh_installdocs 
-	dh_installchangelogs 
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-source diff:                                                                  
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+override_dh_auto_test:
+	xvfb-run -a dh_auto_test

Added: trunk/libgtk2-ex-simple-list-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-ex-simple-list-perl/debian/source/format?rev=52712&op=file
==============================================================================
--- trunk/libgtk2-ex-simple-list-perl/debian/source/format (added)
+++ trunk/libgtk2-ex-simple-list-perl/debian/source/format Sun Feb 14 08:33:40 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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