r53898 - in /trunk/libconfig-yaml-perl/debian: changelog compat control copyright rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Mar 7 17:44:03 UTC 2010


Author: jawnsy-guest
Date: Sun Mar  7 17:43:56 2010
New Revision: 53898

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53898
Log:
* Standards-Version 3.8.4 (no changes)
* Drop dependency on Test::Simple (now core)
* Use new short debhelper 7 rules format
* Update copyright to new DEP5 format
* Rewrite control description

Modified:
    trunk/libconfig-yaml-perl/debian/changelog
    trunk/libconfig-yaml-perl/debian/compat
    trunk/libconfig-yaml-perl/debian/control
    trunk/libconfig-yaml-perl/debian/copyright
    trunk/libconfig-yaml-perl/debian/rules

Modified: trunk/libconfig-yaml-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-yaml-perl/debian/changelog?rev=53898&op=diff
==============================================================================
--- trunk/libconfig-yaml-perl/debian/changelog (original)
+++ trunk/libconfig-yaml-perl/debian/changelog Sun Mar  7 17:43:56 2010
@@ -1,9 +1,14 @@
 libconfig-yaml-perl (1.42-1.1) UNRELEASED; urgency=low
 
   * Adopt this package (Closes: #572532)
+  * Standards-Version 3.8.4 (no changes)
+  * Drop dependency on Test::Simple (now core)
   * Update watch information
+  * Use new short debhelper 7 rules format
+  * Update copyright to new DEP5 format
+  * Rewrite control description
 
- -- Jonathan Yu <jawnsy at cpan.org>  Sun, 07 Mar 2010 01:12:41 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Sun, 07 Mar 2010 13:08:27 -0500
 
 libconfig-yaml-perl (1.42-1) unstable; urgency=low
 

Modified: trunk/libconfig-yaml-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-yaml-perl/debian/compat?rev=53898&op=diff
==============================================================================
--- trunk/libconfig-yaml-perl/debian/compat (original)
+++ trunk/libconfig-yaml-perl/debian/compat Sun Mar  7 17:43:56 2010
@@ -1,1 +1,1 @@
-4
+7

Modified: trunk/libconfig-yaml-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-yaml-perl/debian/control?rev=53898&op=diff
==============================================================================
--- trunk/libconfig-yaml-perl/debian/control (original)
+++ trunk/libconfig-yaml-perl/debian/control Sun Mar  7 17:43:56 2010
@@ -1,16 +1,20 @@
 Source: libconfig-yaml-perl
 Section: perl
 Priority: optional
-Maintainer: Stephen Quinney <sjq at debian.org>
-Build-Depends-Indep: debhelper (>= 4), perl (>= 5.6.0-16), libyaml-perl (>= 0.35), libtest-simple-perl | perl (>= 5.8.3)
-Standards-Version: 3.6.2
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, libyaml-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>
+Standards-Version: 3.8.4
+Homepage: http://search.cpan.org/dist/Config-YAML/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libconfig-yaml-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libconfig-yaml-perl/
 
 Package: libconfig-yaml-perl
 Architecture: all
-Depends: ${perl:Depends}, libyaml-perl (>= 0.35)
-Description: Simple configuration automation
- This is a somewhat object-oriented wrapper around the YAML module
- which makes reading and writing configuration files simple. Handling
- multiple config files (e.g. system and per-user configuration, or a
- gallery app with per-directory configuration) is a snap.
-
+Depends: ${misc:Depends}, ${perl:Depends}, libyaml-perl
+Description: module for manipulating YAML-based configuration files
+ Config::YAML is a somewhat object-oriented wrapper around the YAML module
+ designed to make reading and writing configuration files simple. It handles
+ multiple configuration files (e.g. system and per-user configuration or a
+ gallery application with per-directory configuration) with ease.

Modified: trunk/libconfig-yaml-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-yaml-perl/debian/copyright?rev=53898&op=diff
==============================================================================
--- trunk/libconfig-yaml-perl/debian/copyright (original)
+++ trunk/libconfig-yaml-perl/debian/copyright Sun Mar  7 17:43:56 2010
@@ -1,25 +1,34 @@
-This package was debianized by Stephen Quinney <sjq at debian.org> on
-Fri,  4 Feb 2005 12:55:09 +0000
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Shawn Boyette <mdxi at cpan.org>
+Source: http://search.cpan.org/dist/Config-YAML/
+Name: Config-YAML
 
-It was downloaded from http://search.cpan.org/CPAN/authors/id/M/MD/MDXI/
+Files: *
+Copyright: 2004, Shawn Boyette <mdxi at cpan.org>
+License: Artistic or GPL-1+
+X-Comment: the module does not list Kirrily Robert as a copyright
+ holder, but mentions that it was based upon YAML::ConfigFile. It
+ is unknown whether this module is also copyright:
+  2001 Kirrily Robert <skud at cpan.org>
+ or if he transferred copyright on his work to Shawn Boyette.
 
-Upstream Author: Shawn Boyette <mdxi at cpan.org>
+Files: debian/*
+Copyright: 2010, Jonathan Yu <jawnsy at cpan.org>
+ 2005, Stephen Quinney <sjq at debian.org>
+License: Artistic or GPL-1+
 
-Original implementation by Kirrily "Skud" Robert (as YAML::ConfigFile).
+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:
-
-    Copyright (C) 2004 Shawn Boyette,  All Rights Reserved.
-
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of either:
-
-    a) the GNU General Public License as published by the Free Software
-       Foundation; either version 1, or (at your option) any later
-       version, or
-
-    b) the "Artistic License" which comes with Perl.
-
-    On Debian GNU/Linux systems, the complete text of the GNU General
-    Public License can be found in `/usr/share/common-licenses/GPL' and
-    the Artistic Licence 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'

Modified: trunk/libconfig-yaml-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-yaml-perl/debian/rules?rev=53898&op=diff
==============================================================================
--- trunk/libconfig-yaml-perl/debian/rules (original)
+++ trunk/libconfig-yaml-perl/debian/rules Sun Mar  7 17:43:56 2010
@@ -1,68 +1,4 @@
 #!/usr/bin/make -f
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-PACKAGE = $(shell dh_listpackages)
-
-TMP     =`pwd`/debian/$(PACKAGE)
-
-PERL = /usr/bin/perl
-
-configure: configure-stamp
-configure-stamp:
-	dh_testdir
-
-	perl Makefile.PL verbose INSTALLDIRS=vendor
-
-	touch configure-stamp
-
-build: build-stamp
-build-stamp: configure-stamp 
-	dh_testdir
-
-	$(MAKE)
-	$(MAKE) test
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-
-	[ ! -e Makefile ] || $(MAKE) distclean
-
-	dh_clean build-stamp configure-stamp
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
-
-	$(MAKE) install PREFIX=$(TMP)/usr
-
-	# Remove any empty directories
-
-	find $(TMP)/usr -type d -empty -print0 | xargs --no-run-if-empty --null rmdir -p --ignore-fail-on-non-empty
-
-binary-arch: build install
-# We have nothing to do by default.
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_perl
-	dh_installdocs README
-	dh_installman
-	dh_installchangelogs Changes
-	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 configure
+%:
+	dh $@




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