r29415 - in /trunk/libtest-yaml-valid-perl/debian: changelog compat control copyright rules
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Wed Jan 7 15:38:59 UTC 2009
Author: gregoa
Date: Wed Jan 7 15:38:56 2009
New Revision: 29415
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29415
Log:
* debian/control:
- add /me to Uploaders
- improve short and long description
- add libtest-pod-perl, libtest-pod-coverage-perl to Build-Depends-Indep
* Don't install README anymore.
* debian/copyright: add "header" section.
* Set debhelper compatibility level to 7; adapt
debian/{control,compat,rules}.
Modified:
trunk/libtest-yaml-valid-perl/debian/changelog
trunk/libtest-yaml-valid-perl/debian/compat
trunk/libtest-yaml-valid-perl/debian/control
trunk/libtest-yaml-valid-perl/debian/copyright
trunk/libtest-yaml-valid-perl/debian/rules
Modified: trunk/libtest-yaml-valid-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-yaml-valid-perl/debian/changelog?rev=29415&op=diff
==============================================================================
--- trunk/libtest-yaml-valid-perl/debian/changelog (original)
+++ trunk/libtest-yaml-valid-perl/debian/changelog Wed Jan 7 15:38:56 2009
@@ -6,8 +6,15 @@
- Standards-Version 3.8.0 (no changes needed)
[ gregor herrmann ]
- * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
- (source stanza).
+ * debian/control:
+ - switch Vcs-Browser field to ViewSVN
+ - add /me to Uploaders
+ - improve short and long description
+ - add libtest-pod-perl, libtest-pod-coverage-perl to Build-Depends-Indep
+ * Don't install README anymore.
+ * debian/copyright: add "header" section.
+ * Set debhelper compatibility level to 7; adapt
+ debian/{control,compat,rules}.
-- David Paleino <d.paleino at gmail.com> Tue, 23 Dec 2008 00:29:51 +0100
Modified: trunk/libtest-yaml-valid-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-yaml-valid-perl/debian/compat?rev=29415&op=diff
==============================================================================
--- trunk/libtest-yaml-valid-perl/debian/compat (original)
+++ trunk/libtest-yaml-valid-perl/debian/compat Wed Jan 7 15:38:56 2009
@@ -1,1 +1,1 @@
-5
+7
Modified: trunk/libtest-yaml-valid-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-yaml-valid-perl/debian/control?rev=29415&op=diff
==============================================================================
--- trunk/libtest-yaml-valid-perl/debian/control (original)
+++ trunk/libtest-yaml-valid-perl/debian/control Wed Jan 7 15:38:56 2009
@@ -1,11 +1,12 @@
Source: libtest-yaml-valid-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 5.0.0)
+Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl (>= 5.8.8-12), libyaml-syck-perl (>= 0.60),
- libyaml-perl (>= 0.60)
+ libyaml-perl (>= 0.60), libtest-pod-perl, libtest-pod-coverage-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Gunnar Wolf <gwolf at debian.org>
+Uploaders: Gunnar Wolf <gwolf at debian.org>,
+ gregor herrmann <gregoa at debian.org>
Standards-Version: 3.8.0
Homepage: http://search.cpan.org/dist/Test-YAML-Valid/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-yaml-valid-perl/
@@ -15,5 +16,6 @@
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libyaml-perl (>= 0.60),
libyaml-syck-perl (>= 0.60)
-Description: test for valid YAML
- This module lets you easily test the validity of YAML.
+Description: Perl module to test for valid YAML
+ Test::YAML::Valid lets you easily test the validity of YAML inside your
+ (Test::Builder-based) unit tests.
Modified: trunk/libtest-yaml-valid-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-yaml-valid-perl/debian/copyright?rev=29415&op=diff
==============================================================================
--- trunk/libtest-yaml-valid-perl/debian/copyright (original)
+++ trunk/libtest-yaml-valid-perl/debian/copyright Wed Jan 7 15:38:56 2009
@@ -1,4 +1,8 @@
-Upstream source location: http://search.cpan.org/dist/Test-YAML-Valid/
+Format-Specification:
+ http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Jonathan Rockway, <jrockway at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/Test-YAML-Valid/
+Upstream-Name: Test-YAML-Valid
Files: *
Copyright: (C) 2007 Jonathan Rockway
Modified: trunk/libtest-yaml-valid-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-yaml-valid-perl/debian/rules?rev=29415&op=diff
==============================================================================
--- trunk/libtest-yaml-valid-perl/debian/rules (original)
+++ trunk/libtest-yaml-valid-perl/debian/rules Wed Jan 7 15:38:56 2009
@@ -1,81 +1,23 @@
#!/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
-
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP =$(CURDIR)/debian/$(PACKAGE)
build: build-stamp
build-stamp:
- dh_testdir
-
- # As this is a architecture independent package, we are not
- # supposed to install stuff to /usr/lib. MakeMaker creates
- # the dirs, we prevent this by setting the INSTALLVENDORARCH
- # and VENDORARCHEXP environment variables.
-
- # Add commands to compile the package here
- $(PERL) Makefile.PL INSTALLDIRS=vendor \
- INSTALLVENDORARCH=/usr/share/perl5/ \
- VENDORARCHEXP=/usr/share/perl5/
- $(MAKE)
- $(MAKE) test
-
+ dh build
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
+ dh $@
install: install-stamp
install-stamp: build-stamp
- dh_testdir
- dh_testroot
- dh_clean -k
-
- # Add commands to install the package into debian/$PACKAGE_NAME here
- $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-
+ dh install
touch $@
binary-arch:
-# We have nothing to do here for an architecture-independent package
-binary-indep: build install
- dh_testdir
- dh_testroot
- dh_installexamples
- dh_installdocs README
- dh_installchangelogs Changes
- dh_perl
- dh_compress
- dh_fixperms
- dh_installdeb
- dh_gencontrol
- dh_md5sums
- dh_builddeb
+binary-indep: install
+ dh $@
-source diff:
- @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+binary: binary-arch binary-indep
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+.PHONY: binary binary-arch binary-indep install clean build
More information about the Pkg-perl-cvs-commits
mailing list