r37427 - in /trunk/libhtml-highlight-perl/debian: changelog compat control copyright libhtml-highlight-perl.examples rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Jun 4 19:04:02 UTC 2009


Author: gregoa
Date: Thu Jun  4 19:03:28 2009
New Revision: 37427

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37427
Log:
* Set debhelper compatibility level to 7; adapt
  debian/{control,compat,rules}.
* debian/copyright: switch to new format.

Added:
    trunk/libhtml-highlight-perl/debian/libhtml-highlight-perl.examples
Modified:
    trunk/libhtml-highlight-perl/debian/changelog
    trunk/libhtml-highlight-perl/debian/compat
    trunk/libhtml-highlight-perl/debian/control
    trunk/libhtml-highlight-perl/debian/copyright
    trunk/libhtml-highlight-perl/debian/rules

Modified: trunk/libhtml-highlight-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-highlight-perl/debian/changelog?rev=37427&op=diff
==============================================================================
--- trunk/libhtml-highlight-perl/debian/changelog (original)
+++ trunk/libhtml-highlight-perl/debian/changelog Thu Jun  4 19:03:28 2009
@@ -8,6 +8,11 @@
   [ Ernesto Hernández-Novich (USB) ]
   * Fixed typo in long description, thanks to Imran Chaudhry.
   * debian/control: Upgraded Standards Version
+
+  [ gregor herrmann ]
+  * Set debhelper compatibility level to 7; adapt
+    debian/{control,compat,rules}.
+  * debian/copyright: switch to new format.
 
  -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Thu, 04 Jun 2009 09:19:06 -0430
 

Modified: trunk/libhtml-highlight-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-highlight-perl/debian/compat?rev=37427&op=diff
==============================================================================
--- trunk/libhtml-highlight-perl/debian/compat (original)
+++ trunk/libhtml-highlight-perl/debian/compat Thu Jun  4 19:03:28 2009
@@ -1,1 +1,1 @@
-6
+7

Modified: trunk/libhtml-highlight-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-highlight-perl/debian/control?rev=37427&op=diff
==============================================================================
--- trunk/libhtml-highlight-perl/debian/control (original)
+++ trunk/libhtml-highlight-perl/debian/control Thu Jun  4 19:03:28 2009
@@ -1,7 +1,7 @@
 Source: libhtml-highlight-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 6)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>= 5.6.0-16)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>, Gunnar Wolf <gwolf at debian.org>
@@ -13,7 +13,7 @@
 Package: libhtml-highlight-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description:  Highlight words or patterns in HTML documents
+Description: Highlight words or patterns in HTML documents
  HTML::Highlight provides Google-like highlighting of words or patterns
  in HTML documents. This feature is typically used to highlight search
  results. Each specified pattern or word is highlighted using a

Modified: trunk/libhtml-highlight-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-highlight-perl/debian/copyright?rev=37427&op=diff
==============================================================================
--- trunk/libhtml-highlight-perl/debian/copyright (original)
+++ trunk/libhtml-highlight-perl/debian/copyright Thu Jun  4 19:03:28 2009
@@ -1,29 +1,31 @@
-This package was debianized by Ernesto Hernández-Novich <emhn at telcel.net.ve>
-on Wed, 03 May 2006 10:56:40 -0400
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Tomas Styblo, tripie at cpan.org
+Upstream-Source: http://search.cpan.org/dist/HTML-Highlight/
+Upstream-Name: HTML-Highlight
 
-It was downloaded from http://search.cpan.org/dist/HTML-Highlight/
+Files: *
+Copyright: 2000, Tomas Styblo, tripie at cpan.org
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-Upstream Author:
-    Tomas Styblo <tripie at cpan.org>
+Files: debian/*
+Copyright: 2007, Damyan Ivanov <dmn at debian.org>
+ 2006-2009, Ernesto Hernández-Novich (USB) <emhn at usb.ve>
+ 2008, Gunnar Wolf <gwolf at debian.org>
+ 2009, gregor herrmann <gregoa at debian.org>
+License: Artistic | GPL-1+
 
-Copyright:
-    Copyright (C) 2000 Tomas Styblo (tripie at cpan.org)
+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:
-    This module 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"
-
-    This program is distributed in the hope that it will be useful, but WITHOUT
-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-    FITNESS FOR A PARTICULAR PURPOSE.  See either the GNU General Public
-    License or the Artistic License for more details.
-
-The complete text of the GNU General Public License can be found in
-/usr/share/common-licenses/GPL and 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'

Added: trunk/libhtml-highlight-perl/debian/libhtml-highlight-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-highlight-perl/debian/libhtml-highlight-perl.examples?rev=37427&op=file
==============================================================================
--- trunk/libhtml-highlight-perl/debian/libhtml-highlight-perl.examples (added)
+++ trunk/libhtml-highlight-perl/debian/libhtml-highlight-perl.examples Thu Jun  4 19:03:28 2009
@@ -1,0 +1,1 @@
+test.pl

Modified: trunk/libhtml-highlight-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-highlight-perl/debian/rules?rev=37427&op=diff
==============================================================================
--- trunk/libhtml-highlight-perl/debian/rules (original)
+++ trunk/libhtml-highlight-perl/debian/rules Thu Jun  4 19:03:28 2009
@@ -1,64 +1,4 @@
 #!/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
-	# Add commands to compile the package here
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	[ ! -f Makefile ] || $(MAKE) realclean
-
-install: install-stamp
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
-	touch install-stamp
-
-binary-arch:
-# We have nothing to do by default.
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installexamples test.pl
-	dh_installchangelogs Changes
-	dh_perl
-	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
+%:
+	dh $@




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