r36913 - in /trunk/libsocialtext-wikitest-perl/debian: changelog control copyright rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun May 31 11:54:20 UTC 2009


Author: gregoa
Date: Sun May 31 11:54:15 2009
New Revision: 36913

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=36913
Log:
* debian/copyright: switch to new format.
* Minimize debian/rules.
* debian/control:
  - add libmocked-perl, libsocialtext-resting-perl to Depends
  - make short description a noun phrase
* Add /me to Uploaders.

Modified:
    trunk/libsocialtext-wikitest-perl/debian/changelog
    trunk/libsocialtext-wikitest-perl/debian/control
    trunk/libsocialtext-wikitest-perl/debian/copyright
    trunk/libsocialtext-wikitest-perl/debian/rules

Modified: trunk/libsocialtext-wikitest-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocialtext-wikitest-perl/debian/changelog?rev=36913&op=diff
==============================================================================
--- trunk/libsocialtext-wikitest-perl/debian/changelog (original)
+++ trunk/libsocialtext-wikitest-perl/debian/changelog Sun May 31 11:54:15 2009
@@ -1,6 +1,15 @@
 libsocialtext-wikitest-perl (0.06-2) unstable; urgency=low
 
+  [ Christoph Berg ]
   * Add missing Build-Depends on libsocialtext-resting-utils. (Closes: #531237)
+
+  [ gregor herrmann ]
+  * debian/copyright: switch to new format.
+  * Minimize debian/rules.
+  * debian/control:
+    - add libmocked-perl, libsocialtext-resting-perl to Depends
+    - make short description a noun phrase
+  * Add /me to Uploaders.
 
  -- Christoph Berg <myon at debian.org>  Fri, 22 May 2009 17:18:12 +0200
 

Modified: trunk/libsocialtext-wikitest-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocialtext-wikitest-perl/debian/control?rev=36913&op=diff
==============================================================================
--- trunk/libsocialtext-wikitest-perl/debian/control (original)
+++ trunk/libsocialtext-wikitest-perl/debian/control Sun May 31 11:54:15 2009
@@ -2,9 +2,12 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: libmocked-perl, libsocialtext-resting-utils, libtest-exception-perl, perl (>= 5.6.0-12)
+Build-Depends-Indep: libmocked-perl, libsocialtext-resting-perl,
+ libsocialtext-resting-utils-perl (>= 0.04), libtest-exception-perl,
+ perl (>= 5.6.0-12)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Christoph Berg <myon at debian.org>
+Uploaders: Christoph Berg <myon at debian.org>,
+ gregor herrmann <gregoa at debian.org>
 Standards-Version: 3.8.1
 Homepage: http://search.cpan.org/dist/Socialtext-WikiTest/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libsocialtext-wikitest-perl/
@@ -12,8 +15,10 @@
 
 Package: libsocialtext-wikitest-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libsocialtext-resting-utils-perl, libtest-www-selenium-perl
-Description: Execute tests defined on wiki pages
+Depends: ${misc:Depends}, ${perl:Depends}, libmocked-perl,
+ libsocialtext-resting-perl, libsocialtext-resting-utils-perl (>= 0.04),
+ libtest-www-selenium-perl
+Description: module to execute tests defined on wiki pages
  Socialtext::WikiTest executes tests defined on wiki pages.
  .
  Socialtext::WikiFixture is a base class that fetches and parses wiki pages

Modified: trunk/libsocialtext-wikitest-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocialtext-wikitest-perl/debian/copyright?rev=36913&op=diff
==============================================================================
--- trunk/libsocialtext-wikitest-perl/debian/copyright (original)
+++ trunk/libsocialtext-wikitest-perl/debian/copyright Sun May 31 11:54:15 2009
@@ -1,13 +1,25 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Luke Closs, <luke.closs at socialtext.com>
+Upstream-Source: http://search.cpan.org/dist/Socialtext-WikiTest/
+Upstream-Name: Socialtext-WikiTest
+
+Files: *
 Copyright: 2006, 2007 Luke Closs, <luke.closs at socialtext.com>
-License:
-    This program is free software; you can redistribute it and/or modify it
-    under the same terms as Perl itself.
+License-Alias: Perl
+License: Artistic | GPL-1+
 
+Files: debian/*
+Copyright: 2009, Christoph Berg <myon at debian.org>
+License: Artistic | 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'
 
+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)

Modified: trunk/libsocialtext-wikitest-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocialtext-wikitest-perl/debian/rules?rev=36913&op=diff
==============================================================================
--- trunk/libsocialtext-wikitest-perl/debian/rules (original)
+++ trunk/libsocialtext-wikitest-perl/debian/rules Sun May 31 11:54:15 2009
@@ -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




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