r58577 - in /trunk/libmoosex-yaml-perl/debian: changelog control copyright rules source/ source/format

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu May 27 22:30:18 UTC 2010


Author: gregoa
Date: Thu May 27 22:30:01 2010
New Revision: 58577

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=58577
Log:
* Convert to source format 3.0 (quilt).
* Minimize debian/rules.
* debian/copyright: update formatting and packaging info.
* Set Standards-Version to 3.8.4 (no changes).
* Add /me to Uploaders.

Added:
    trunk/libmoosex-yaml-perl/debian/source/
    trunk/libmoosex-yaml-perl/debian/source/format
Modified:
    trunk/libmoosex-yaml-perl/debian/changelog
    trunk/libmoosex-yaml-perl/debian/control
    trunk/libmoosex-yaml-perl/debian/copyright
    trunk/libmoosex-yaml-perl/debian/rules

Modified: trunk/libmoosex-yaml-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-yaml-perl/debian/changelog?rev=58577&op=diff
==============================================================================
--- trunk/libmoosex-yaml-perl/debian/changelog (original)
+++ trunk/libmoosex-yaml-perl/debian/changelog Thu May 27 22:30:01 2010
@@ -8,6 +8,13 @@
     perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
     permitted by Debian Policy 3.8.3).
 
+  [ gregor herrmann ]
+  * Convert to source format 3.0 (quilt).
+  * Minimize debian/rules.
+  * debian/copyright: update formatting and packaging info.
+  * Set Standards-Version to 3.8.4 (no changes).
+  * Add /me to Uploaders.
+
  -- Jonathan Yu <jawnsy at cpan.org>  Mon, 08 Feb 2010 17:33:42 -0500
 
 libmoosex-yaml-perl (0.03-1) unstable; urgency=low

Modified: trunk/libmoosex-yaml-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-yaml-perl/debian/control?rev=58577&op=diff
==============================================================================
--- trunk/libmoosex-yaml-perl/debian/control (original)
+++ trunk/libmoosex-yaml-perl/debian/control Thu May 27 22:30:01 2010
@@ -7,8 +7,9 @@
   libmoosex-blessed-reconstruct-perl (>= 0.02), perl,
   libyaml-perl, libyaml-syck-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: franck cuny <franck at lumberjaph.net>
-Standards-Version: 3.8.1
+Uploaders: franck cuny <franck at lumberjaph.net>,
+ gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/MooseX-YAML/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmoosex-yaml-perl
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmoosex-yaml-perl

Modified: trunk/libmoosex-yaml-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-yaml-perl/debian/copyright?rev=58577&op=diff
==============================================================================
--- trunk/libmoosex-yaml-perl/debian/copyright (original)
+++ trunk/libmoosex-yaml-perl/debian/copyright Thu May 27 22:30:01 2010
@@ -1,29 +1,30 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Yuval Kogman <nothingmuch at woobling.org>
-Upstream-Author: Yuval Kogman <nothingmuch at woobling.org>
-Upstream-Source: http://search.cpan.org/dist/MooseX-YAML/
-Upstream-Name: MooseX-YAML
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Yuval Kogman <nothingmuch at woobling.org>
+Source: http://search.cpan.org/dist/MooseX-YAML/
+Name: MooseX-YAML
 
 Files: *
 Copyright: 2008, Yuval Kogman <nothingmuch at woobling.org>
-License-Alias: Perl
-License: Artistic | GPL-1+
+License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2009, franck cuny <franck at lumberjaph.net>
-License: Artistic | GPL-1+
+ 2010, Jonathan Yu <jawnsy at cpan.org>
+ 2010, gregor herrmann <gregoa at debian.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'
+ 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'
+ 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/libmoosex-yaml-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-yaml-perl/debian/rules?rev=58577&op=diff
==============================================================================
--- trunk/libmoosex-yaml-perl/debian/rules (original)
+++ trunk/libmoosex-yaml-perl/debian/rules Thu May 27 22:30:01 2010
@@ -1,23 +1,4 @@
 #!/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

Added: trunk/libmoosex-yaml-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-yaml-perl/debian/source/format?rev=58577&op=file
==============================================================================
--- trunk/libmoosex-yaml-perl/debian/source/format (added)
+++ trunk/libmoosex-yaml-perl/debian/source/format Thu May 27 22:30:01 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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