r15323 - in /trunk/libconvert-tnef-perl/debian: ./ cdbs/ cdbs/1/ cdbs/1/rules/ cdbs/1/rules/auto-update.mk cdbs/1/rules/buildinfo.mk cdbs/1/rules/copyright-check.mk changelog compat control control.in copyright copyright_hints rules watch

js at users.alioth.debian.org js at users.alioth.debian.org
Thu Feb 21 00:32:12 UTC 2008


Author: js
Date: Thu Feb 21 00:32:11 2008
New Revision: 15323

URL: http://svn.debian.org/wsvn/?sc=1&rev=15323
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libconvert-tnef-perl/debian/
    trunk/libconvert-tnef-perl/debian/cdbs/
    trunk/libconvert-tnef-perl/debian/cdbs/1/
    trunk/libconvert-tnef-perl/debian/cdbs/1/rules/
    trunk/libconvert-tnef-perl/debian/cdbs/1/rules/auto-update.mk
    trunk/libconvert-tnef-perl/debian/cdbs/1/rules/buildinfo.mk
    trunk/libconvert-tnef-perl/debian/cdbs/1/rules/copyright-check.mk
    trunk/libconvert-tnef-perl/debian/changelog
    trunk/libconvert-tnef-perl/debian/compat
    trunk/libconvert-tnef-perl/debian/control
    trunk/libconvert-tnef-perl/debian/control.in
    trunk/libconvert-tnef-perl/debian/copyright
    trunk/libconvert-tnef-perl/debian/copyright_hints
    trunk/libconvert-tnef-perl/debian/rules   (with props)
    trunk/libconvert-tnef-perl/debian/watch

Added: trunk/libconvert-tnef-perl/debian/cdbs/1/rules/auto-update.mk
URL: http://svn.debian.org/wsvn/trunk/libconvert-tnef-perl/debian/cdbs/1/rules/auto-update.mk?rev=15323&op=file
==============================================================================
--- trunk/libconvert-tnef-perl/debian/cdbs/1/rules/auto-update.mk (added)
+++ trunk/libconvert-tnef-perl/debian/cdbs/1/rules/auto-update.mk Thu Feb 21 00:32:11 2008
@@ -1,0 +1,44 @@
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright © 2005-2006 Jonas Smedegaard <dr at jones.dk>
+# Description: Auto-update debian/control from debian/control.in
+#  When the environment variable DEB_BUILD_OPTIONS contains the magic
+#  string "update" the clean target is extended to auto-update
+#  debian/control from debian/control.in where build-depends can contain
+#  the magic string @cdbs@ expanded to build-dependencies known to cdbs,
+#  and more...
+#
+#  In other words, with this in use don't edit debian/control directly,
+#  but instead edit debian/control.in and invoke the following:
+#    DEB_BUILD_OPTIONS=update fakeroot debian/rules clean
+#
+# 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 2, or (at
+# your option) any later version.
+#
+# 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 the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+# 02111-1307 USA.
+
+ifndef _cdbs_bootstrap
+_cdbs_scripts_path ?= /usr/lib/cdbs
+_cdbs_rules_path ?= /usr/share/cdbs/1/rules
+_cdbs_class_path ?= /usr/share/cdbs/1/class
+endif
+
+ifndef _cdbs_rules_auto-update
+_cdbs_rules_auto-update := 1
+
+ifneq (,$(findstring update,$(DEB_BUILD_OPTIONS)))
+DEB_AUTO_UPDATE_DEBIAN_CONTROL := yes
+endif
+
+# Avoid build-dependency on build-essential (to please ftpmasters)
+CDBS_BUILD_DEPENDS :=
+endif

Added: trunk/libconvert-tnef-perl/debian/cdbs/1/rules/buildinfo.mk
URL: http://svn.debian.org/wsvn/trunk/libconvert-tnef-perl/debian/cdbs/1/rules/buildinfo.mk?rev=15323&op=file
==============================================================================
--- trunk/libconvert-tnef-perl/debian/cdbs/1/rules/buildinfo.mk (added)
+++ trunk/libconvert-tnef-perl/debian/cdbs/1/rules/buildinfo.mk Thu Feb 21 00:32:11 2008
@@ -1,0 +1,42 @@
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright © 2004-2005 Jonas Smedegaard <dr at jones.dk>
+# Description: Generate and include build information
+#
+# 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 2, or (at
+# your option) any later version.
+#
+# 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 the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+# 02111-1307 USA.
+
+
+ifndef _cdbs_bootstrap
+_cdbs_scripts_path ?= /usr/lib/cdbs
+_cdbs_rules_path ?= /usr/share/cdbs/1/rules
+_cdbs_class_path ?= /usr/share/cdbs/1/class
+endif
+
+ifndef _cdbs_rules_buildinfo
+_cdbs_rules_buildinfo := 1
+
+include $(_cdbs_rules_path)/buildcore.mk$(_cdbs_makefile_suffix)
+
+CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), dh-buildinfo
+
+common-install-arch common-install-indep:: debian/stamp-buildinfo
+
+debian/stamp-buildinfo:
+	dh_buildinfo
+
+clean::
+	rm -f debian/stamp-buildinfo
+
+endif

Added: trunk/libconvert-tnef-perl/debian/cdbs/1/rules/copyright-check.mk
URL: http://svn.debian.org/wsvn/trunk/libconvert-tnef-perl/debian/cdbs/1/rules/copyright-check.mk?rev=15323&op=file
==============================================================================
--- trunk/libconvert-tnef-perl/debian/cdbs/1/rules/copyright-check.mk (added)
+++ trunk/libconvert-tnef-perl/debian/cdbs/1/rules/copyright-check.mk Thu Feb 21 00:32:11 2008
@@ -1,0 +1,58 @@
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright © 2005-2006 Jonas Smedegaard <dr at jones.dk>
+# Description: Check for changes to copyright notices in source
+#
+# 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 2, or (at
+# your option) any later version.
+#
+# 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 the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+# 02111-1307 USA.
+
+ifndef _cdbs_bootstrap
+_cdbs_scripts_path ?= /usr/lib/cdbs
+_cdbs_rules_path ?= /usr/share/cdbs/1/rules
+_cdbs_class_path ?= /usr/share/cdbs/1/class
+endif
+
+ifndef _cdbs_rules_copyright-check
+_cdbs_rules_copyright-check := 1
+
+include $(_cdbs_rules_path)/buildcore.mk$(_cdbs_makefile_suffix)
+
+cdbs_copyright-check_find_opts := -not -regex '\./debian/.*' -not -regex '.*/config\.\(guess\|sub\|rpath\)'
+cdbs_copyright-check_egrep_opts := --text -rih '(copyright|\(c\) ).*[0-9]{4}'
+
+clean::
+	@echo 'Scanning upstream source for new/changed copyright notices...'
+	@echo '(the debian/ subdir is _not_ examined - do that manually!)'
+	find . -type f $(cdbs_copyright-check_find_opts) -exec cat '{}' ';' \
+		| tr '\r' '\n' \
+		| LC_ALL=C sed -e 's/[^[:print:]]//g' \
+		| egrep $(cdbs_copyright-check_egrep_opts) \
+		| sed -e 's/^[[:space:]*#]*//' -e 's/[[:space:]]*$$//' \
+		| LC_ALL=C sort -u \
+		> debian/copyright_newhints
+	if [ ! -f debian/copyright_hints ]; then touch debian/copyright_hints; fi
+	@echo "diff --normal debian/copyright_hints debian/copyright_newhints | egrep '^>'"
+	@diff --normal debian/copyright_hints debian/copyright_newhints | egrep '^>'; \
+		if [ "$$?" -eq "0" ]; then \
+			echo "New or changed copyright notices discovered! Do this:"; \
+			echo "  1) Search source for each of the above lines ('grep -r' is your friend)"; \
+			echo "  2) Update debian/copyright as needed"; \
+			echo "  3) Replace debian/copyright_hints with debian/copyright_newhints"; \
+			exit 1; \
+		fi
+	
+	@echo 'No new copyright notices found - assuming no news is good news...'
+	rm -f debian/copyright_newhints
+
+endif

Added: trunk/libconvert-tnef-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libconvert-tnef-perl/debian/changelog?rev=15323&op=file
==============================================================================
--- trunk/libconvert-tnef-perl/debian/changelog (added)
+++ trunk/libconvert-tnef-perl/debian/changelog Thu Feb 21 00:32:11 2008
@@ -1,0 +1,73 @@
+libconvert-tnef-perl (0.17-5) unstable; urgency=low
+
+  * Bump standards-version to 3.7.2 (no changes needed).
+  * Advertise search.cpan.org as Homepage in long description.
+  * Bump watch file version and use uversionmangle to chop 3-digit minor
+    version into manageable pieces (not yet needed for this package, but
+    popular with Perl packages).
+  * Add local cdbs snippet copyright-check.mk.
+  * Enable cdbs auto-update feature using local snippet auto-update.mk.
+  * Move buildinfo to local cdbs snippet buildinfo.mk.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Sun, 16 Jul 2006 22:22:50 +0200
+
+libconvert-tnef-perl (0.17-4) unstable; urgency=low
+
+  * Switch to cdbs packaging system.
+  * Add watch file (using cpan.org).
+  * Standards-Version: 3.6.1 (no changes needed).
+  * Cleaned up debian/copyright:
+    + Replace info contained in changelog with note on "GNU systems".
+    + Mention "licensing info" together with copyright.
+  * Add Website URL to long description.
+  * Use (and build-depend on) dh-buildinfo.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Sat, 17 Jul 2004 15:56:56 +0200
+
+libconvert-tnef-perl (0.17-3) unstable; urgency=low
+
+  * Adopt package (thanks, Graeme).
+  * Rewrite debian/copyright:
+    + Quote upstream copyright verbatim.
+    + Reorder topics to be similar to most other pckages.
+  * Switch debhelper hint from DH_COMPAT to debian/compat, and use v4.
+  * Remove unneeded cruft in debian/rules.
+  * Claim compliance with version 3.5.9 of Debian Policy.
+  * Remove noise at end of this changelog.
+  * Change section to perl.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Wed, 23 Apr 2003 20:49:17 +0200
+
+libconvert-tnef-perl (0.17-2) unstable; urgency=low
+
+  * Update Standards-Version to 3.5.7.
+  * Build in binary-indep instead of binary-arch. (Closes: #157469)
+
+ -- Graeme Mathieson <mathie at wossname.org.uk>  Sun, 29 Sep 2002 15:19:51 +0100
+
+libconvert-tnef-perl (0.17-1) unstable; urgency=low
+
+  * New upstream version. (Closes: #142632)
+  * Fix the Build-Depends. (Closes: #142107)
+  * Add the URL for the upstream source in debian/copyright. (Closes: #146669)
+
+ -- Graeme Mathieson <mathie at wossname.org.uk>  Tue, 14 May 2002 14:10:47 +0100
+
+libconvert-tnef-perl (0.16-2) unstable; urgency=low
+
+  * Run the testsuite as part of the build process. (Closes: #123859)
+  * Update maintainer email address.
+
+ -- Graeme Mathieson <mathie at wossname.org.uk>  Mon,  4 Feb 2002 04:39:43 +0000
+
+libconvert-tnef-perl (0.16-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Graeme Mathieson <graeme at mathie.cx>  Thu, 22 Nov 2001 17:47:12 +0000
+
+libconvert-tnef-perl (0.12-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Graeme Mathieson <graeme at mathie.cx>  Thu, 23 Jul 2001 13:37:07 +0100

Added: trunk/libconvert-tnef-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libconvert-tnef-perl/debian/compat?rev=15323&op=file
==============================================================================
--- trunk/libconvert-tnef-perl/debian/compat (added)
+++ trunk/libconvert-tnef-perl/debian/compat Thu Feb 21 00:32:11 2008
@@ -1,0 +1,1 @@
+4

Added: trunk/libconvert-tnef-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libconvert-tnef-perl/debian/control?rev=15323&op=file
==============================================================================
--- trunk/libconvert-tnef-perl/debian/control (added)
+++ trunk/libconvert-tnef-perl/debian/control Thu Feb 21 00:32:11 2008
@@ -1,0 +1,16 @@
+Source: libconvert-tnef-perl
+Section: perl
+Priority: optional
+Build-Depends-Indep: cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.0), dh-buildinfo, perl (>= 5.6.0-16), libio-stringy-perl, libmime-perl
+Maintainer: Jonas Smedegaard <dr at jones.dk>
+Standards-Version: 3.7.2
+
+Package: libconvert-tnef-perl
+Architecture: all
+Depends: ${perl:Depends}, libio-stringy-perl, libmime-perl
+Description: Perl module to read TNEF files
+ TNEF stands for Transport Neutral Encapsulation Format, and if you've
+ ever been unfortunate enough to receive one of these files as an email
+ attachment, you may want to use this module.
+ .
+  Homepage: http://search.cpan.org/dist/Convert-TNEF/

Added: trunk/libconvert-tnef-perl/debian/control.in
URL: http://svn.debian.org/wsvn/trunk/libconvert-tnef-perl/debian/control.in?rev=15323&op=file
==============================================================================
--- trunk/libconvert-tnef-perl/debian/control.in (added)
+++ trunk/libconvert-tnef-perl/debian/control.in Thu Feb 21 00:32:11 2008
@@ -1,0 +1,16 @@
+Source: libconvert-tnef-perl
+Section: perl
+Priority: optional
+Build-Depends-Indep: @cdbs@, libio-stringy-perl, libmime-perl
+Maintainer: Jonas Smedegaard <dr at jones.dk>
+Standards-Version: 3.7.2
+
+Package: libconvert-tnef-perl
+Architecture: all
+Depends: ${perl:Depends}, libio-stringy-perl, libmime-perl
+Description: Perl module to read TNEF files
+ TNEF stands for Transport Neutral Encapsulation Format, and if you've
+ ever been unfortunate enough to receive one of these files as an email
+ attachment, you may want to use this module.
+ .
+  Homepage: http://search.cpan.org/dist/Convert-TNEF/

Added: trunk/libconvert-tnef-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libconvert-tnef-perl/debian/copyright?rev=15323&op=file
==============================================================================
--- trunk/libconvert-tnef-perl/debian/copyright (added)
+++ trunk/libconvert-tnef-perl/debian/copyright Thu Feb 21 00:32:11 2008
@@ -1,0 +1,15 @@
+This is Convert::TNEF Perl module package for Debian GNU systems.
+
+Upstream author: Douglas Wilson <dougw at cpan.org>
+
+Upstream source: http://www.cpan.org/modules/by-module/Convert/
+
+Copyright and licensing info:
+
+# Copyright (c) 1999 Douglas Wilson <dougw at cpan.org>. All rights reserved.
+# This program is free software; you can redistribute it and/or
+# modify it under the same terms as Perl itself.
+
+Perl is distributed with a choice of GPL and Artistic Licens. On Debian
+GNU systems, the complete text of both the Artistic License and the GNU
+Public License can be found below '/usr/share/common-licenses/'.

Added: trunk/libconvert-tnef-perl/debian/copyright_hints
URL: http://svn.debian.org/wsvn/trunk/libconvert-tnef-perl/debian/copyright_hints?rev=15323&op=file
==============================================================================
--- trunk/libconvert-tnef-perl/debian/copyright_hints (added)
+++ trunk/libconvert-tnef-perl/debian/copyright_hints Thu Feb 21 00:32:11 2008
@@ -1,0 +1,1 @@
+Copyright (c) 1999 Douglas Wilson <dougw at cpan.org>. All rights reserved.

Added: trunk/libconvert-tnef-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libconvert-tnef-perl/debian/rules?rev=15323&op=file
==============================================================================
--- trunk/libconvert-tnef-perl/debian/rules (added)
+++ trunk/libconvert-tnef-perl/debian/rules Thu Feb 21 00:32:11 2008
@@ -1,0 +1,10 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright © 2004-2006 Jonas Smedegaard <dr at jones.dk>
+
+include debian/cdbs/1/rules/auto-update.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include debian/cdbs/1/rules/buildinfo.mk
+include debian/cdbs/1/rules/copyright-check.mk
+# Put perlmodule.mk last to dh_clean temporary files not in MANIFEST
+include /usr/share/cdbs/1/class/perlmodule.mk

Propchange: trunk/libconvert-tnef-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libconvert-tnef-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libconvert-tnef-perl/debian/watch?rev=15323&op=file
==============================================================================
--- trunk/libconvert-tnef-perl/debian/watch (added)
+++ trunk/libconvert-tnef-perl/debian/watch Thu Feb 21 00:32:11 2008
@@ -1,0 +1,4 @@
+# Run the "uscan" command to check for upstream updates and more.
+version=3
+opts="uversionmangle=s/(\d)\.(\d{2})(\d+)/$1.$2.$3/" \
+	http://www.cpan.org/modules/by-module/Convert/Convert-TNEF-([\d\.]+)\.tar\.gz debian uupdate




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