r55172 - in /trunk/libhttp-browserdetect-perl/debian: changelog compat control copyright rules source/ source/format

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Mar 30 18:49:40 UTC 2010


Author: gregoa
Date: Tue Mar 30 18:49:30 2010
New Revision: 55172

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=55172
Log:
* Convert to source format 3.0 (quilt).
* Set Standards-Version to 3.8.4, remove version from perl build dependency.
* Add /me to Uploaders.
* Switch to debhelper 7.
* New build dependency: libyaml-tiny-perl.
* Rewrite debian/copyright according to DEP5 format.
* Make short decription a noun phrase.
* Don't install README anymore.

Added:
    trunk/libhttp-browserdetect-perl/debian/source/
    trunk/libhttp-browserdetect-perl/debian/source/format
Modified:
    trunk/libhttp-browserdetect-perl/debian/changelog
    trunk/libhttp-browserdetect-perl/debian/compat
    trunk/libhttp-browserdetect-perl/debian/control
    trunk/libhttp-browserdetect-perl/debian/copyright
    trunk/libhttp-browserdetect-perl/debian/rules

Modified: trunk/libhttp-browserdetect-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-browserdetect-perl/debian/changelog?rev=55172&op=diff
==============================================================================
--- trunk/libhttp-browserdetect-perl/debian/changelog (original)
+++ trunk/libhttp-browserdetect-perl/debian/changelog Tue Mar 30 18:49:30 2010
@@ -9,6 +9,14 @@
   * Add debian/watch.
 
   * New upstream release.
+  * Convert to source format 3.0 (quilt).
+  * Set Standards-Version to 3.8.4, remove version from perl build dependency.
+  * Add /me to Uploaders.
+  * Switch to debhelper 7.
+  * New build dependency: libyaml-tiny-perl.
+  * Rewrite debian/copyright according to DEP5 format.
+  * Make short decription a noun phrase.
+  * Don't install README anymore.
 
  -- gregor herrmann <gregoa at debian.org>  Tue, 30 Mar 2010 20:38:36 +0200
 

Modified: trunk/libhttp-browserdetect-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-browserdetect-perl/debian/compat?rev=55172&op=diff
==============================================================================
--- trunk/libhttp-browserdetect-perl/debian/compat (original)
+++ trunk/libhttp-browserdetect-perl/debian/compat Tue Mar 30 18:49:30 2010
@@ -1,1 +1,1 @@
-4
+7

Modified: trunk/libhttp-browserdetect-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-browserdetect-perl/debian/control?rev=55172&op=diff
==============================================================================
--- trunk/libhttp-browserdetect-perl/debian/control (original)
+++ trunk/libhttp-browserdetect-perl/debian/control Tue Mar 30 18:49:30 2010
@@ -1,10 +1,11 @@
 Source: libhttp-browserdetect-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 4), perl (>= 5.6.0-17)
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libyaml-tiny-perl, perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Ivan Kohler <ivan-debian at 420.am>
-Standards-Version: 3.5.1
+Uploaders: gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/HTTP-BrowserDetect/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhttp-browserdetect-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhttp-browserdetect-perl/
@@ -12,7 +13,7 @@
 Package: libhttp-browserdetect-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description:  Determine the Web browser, version, and platform from an HTTP user agent string
+Description: module for detecting browser, version, and platform from an HTTP user agent string
  The HTTP::BrowserDetect object does a number of tests on an HTTP user
  agent string.  The results of these tests are available via methods of
  the object.

Modified: trunk/libhttp-browserdetect-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-browserdetect-perl/debian/copyright?rev=55172&op=diff
==============================================================================
--- trunk/libhttp-browserdetect-perl/debian/copyright (original)
+++ trunk/libhttp-browserdetect-perl/debian/copyright Tue Mar 30 18:49:30 2010
@@ -1,12 +1,29 @@
-This is the debian package for the HTTP::BrowserDetect module.
-It was created by Ivan Kohler <ivan-debian at 420.am> using dh-make-perl.
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Olaf Alders
+Source: http://search.cpan.org/dist/HTTP-BrowserDetect/
+Name: HTTP-BrowserDetect
 
-Copyright 1999-2001 Lee Semel.  All rights reserved.  This program is free
-software; you can redistribute it and/or modify it under the same terms as Perl
-itself.
+Files: *
+Copyright: 1999-2010, Lee Semel
+License: Artistic or GPL-1+
 
-Perl is distributed under your choice of the GNU General Public License or
-the Artistic License.  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'.
+Files: debian/*
+Copyright: 2001, 2002, 2004, Ivan Kohler <ivan-debian at 420.am>
+ 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'
+
+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/libhttp-browserdetect-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-browserdetect-perl/debian/rules?rev=55172&op=diff
==============================================================================
--- trunk/libhttp-browserdetect-perl/debian/rules (original)
+++ trunk/libhttp-browserdetect-perl/debian/rules Tue Mar 30 18:49:30 2010
@@ -1,87 +1,4 @@
 #!/usr/bin/make -f
-#-*- makefile -*-
-# Made with the aid of dh_make, by Craig Small
-# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
-# Some lines taken from debmake, by Christoph Lameter.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-ifndef DESTDIR
-DESTDIR=..
-endif
-TMP     =`pwd`/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-
-	
-	# Add here commands to compile the package.
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="-O2 -g -Wall"
-
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp
-
-	# Add here commands to clean up after the build process.
-	-$(MAKE) realclean
-
-	dh_clean
-
-install: 
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
-
-	# Add here commands to install the package into debian/tmp.
-	#$(MAKE) install DESTDIR=`pwd`/debian/tmp
-	$(MAKE) install PREFIX=$(TMP)/usr
-
-
-# Build architecture-dependent files here.
-binary-arch: build install
-# We have nothing to do by default.
-
-# Build architecture-independent files here.
-binary-indep: build install
-#	dh_testversion
-	dh_testdir
-	dh_testroot
-	dh_installdocs README
-	dh_installexamples
-	dh_installmenu
-#	dh_installemacsen
-#	dh_installinit
-	dh_installcron
-	dh_installmanpages
-#	dh_undocumented
-	dh_installchangelogs Changes
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-#	dh_makeshlibs
-	dh_installdeb
-	dh_perl 
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb --destdir=$(DESTDIR)
-
-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
+%:
+	dh $@

Added: trunk/libhttp-browserdetect-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-browserdetect-perl/debian/source/format?rev=55172&op=file
==============================================================================
--- trunk/libhttp-browserdetect-perl/debian/source/format (added)
+++ trunk/libhttp-browserdetect-perl/debian/source/format Tue Mar 30 18:49:30 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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