debian/0000755000000000000000000000000012010326632007161 5ustar debian/control0000644000000000000000000000153612010321016010560 0ustar Source: libconvert-tnef-perl Section: perl Priority: optional Build-Depends: cdbs, devscripts, perl, debhelper, dh-buildinfo, libio-stringy-perl, libmime-tools-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libconvert-tnef-perl Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/libconvert-tnef-perl.git Homepage: http://search.cpan.org/dist/Convert-TNEF/ Package: libconvert-tnef-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} 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. debian/source/0000755000000000000000000000000012010317346010463 5ustar debian/source/format0000644000000000000000000000001411276536300011677 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000002115012010326632011032 0ustar libconvert-tnef-perl (0.18-1) unstable; urgency=low * New upstream release. [ gregor herrmann ] * Remove debian/source/local-options: abort-on-upstream-changes and unapply-patches are default in dpkg-source since 1.16.1. [ Jonas Smedegaard ] * Bump debhelper compatibility level to 8. * Bump standards-version to 3.9.3. * Update copyright file: + Fix use pseudo-license-in-comment and -comment-in-license fields: File format 1.0 mandates License field to either be single-line or include all licensing info. + Bump file format to 1.0. * Update package relations: + Relax to (build-)depend unversioned on cdbs: Needed version satisfied in stable, and oldstable no longer supported. -- Jonas Smedegaard Wed, 08 Aug 2012 02:05:54 +0200 libconvert-tnef-perl (0.17-11) unstable; urgency=low * Update copyright file: + Rewrite using draft 174 of DEP-5 format. + Fix use initial wildcard Files section. + Rewrap license fields at 72 chars, and shorten comments. * Bump policy compliance to standards-version 3.9.2. * Include CDBS class perl-makemaker.mk (not deprecated perlmodule.mk). Tighten build-dependency on cdbs. -- Jonas Smedegaard Sun, 08 May 2011 04:07:09 +0200 libconvert-tnef-perl (0.17-10) unstable; urgency=low * Ease building with git-buildpackage: + Use source format 3.0 (quilt), with suitable local-options. + Git-ignore quilt .pc dir. * Drop locally included CDBS snippets and local implementation of DEB_MAINTAINER_MODE, all included in main cdbs now. * Extend copyright years in rules file, and refer to FSF website (not postal address). * Rewrite copyright file using draft rev135 of DEP5 format. * Bump Policy compliance to standards-version 3.9.1. * Shorten Vcs-* stanzas. * Ease backporting to Debian stable: Relax inclusion of CDBS snippets required only in DEB_MAINTAINER_MODE, and suppress related build- dependencies. * Build-depend unversioned on cdbs: version in Debian stable sufficient, and oldstable no longer supported. -- Jonas Smedegaard Sun, 17 Oct 2010 10:08:59 +0200 libconvert-tnef-perl (0.17-9) unstable; urgency=low [ Jonas Smedegaard ] * Depend on ${misc:Depends}. * Add README.source. Drop custom hints about CDBS. * Update local CDBS snippets: + Handle dependencies using new local snippet package-relations.mk. + Restructure copyright-check.mk hint output to use machine-readable draft DEP5 format. + Several minor improvements to upstream-tarball.mk. + Fix use underscore (not dash) in internal variable. + Implement fail-source-not-repackaged rule in upstream-tarball.mk. * Add proper licensing header to debian/rules. * Add DEB_MAINTAINER_MODE in debian/rules (thanks to Romain Beauxis). * Packaging moved to Git: + Update Vcs stanzas. + Add git-buildpackage configfile, enabling signed tags and use of pristine-tar. + Stop using svn-upgrade in watch file. * Fix tighten build-dependency on debhelper to 6 or newer, thanks to cdbs dependency resolving. * Rewrite copyright to use DEP5 r54 proposed machine-readable format. * Bump Policy compliance to Standards-Version 3.8.3. [ gregor herrmann ] * Change (build) dependency from libmime-perl to libmime-tools-perl. * debian/watch: use dist-based URL. [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). -- Jonas Smedegaard Thu, 27 Aug 2009 23:10:19 +0200 libconvert-tnef-perl (0.17-8) unstable; urgency=medium * Set urgency=medium as 0.17-8 included a FTBFS bugfix (similar to bug#487066). -- Jonas Smedegaard Sat, 28 Jun 2008 20:23:24 +0200 libconvert-tnef-perl (0.17-7) unstable; urgency=low * Update local cdbs tweaks: + Fix buildinfo.mk invoking dh-buildinfo only once. + Update copyright-check.mk to parse licensecheck output using perl: + No longer randomly drops newlines + More compact hint file (and ordered more like wiki-proposed new copyright syntax). + No longer ignore files without copyright. + Drop wget options broken with recent versions of wget in update-tarball.mk. + Relax copyright-check to only warn by default. + Cosmetic updates to README.cdbs-tweaks. * Update debian/copyright-hints. * Bump debhelper compatibility level to 6. * Separate build-only dependencies from build-and-runtime-dependencies in debian/rules build-dependency resolving. * Semi-auto-update debian/control to update build-dependencies: DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean -- Jonas Smedegaard Fri, 27 Jun 2008 07:37:29 +0200 libconvert-tnef-perl (0.17-6) unstable; urgency=low * Pass over maintenance of the package to the Perl group: Change Maintainer, and add myself to Uploaders. * Change debian/watch to use svn-upgrade (not uupdate). * Move Homepage to own field (from pseudo-field in long description). * Add Vcs-* fields. * Bump up standards-version to 3.7.3 (no changes needed). * Bump dephelper compatibility level to 5. * Fix build-depends-indep -> build-depends. * Update local cdbs tweaks: + Add new snippet update-tarball, implementing get-orig-source and more. + Major improvements to copyright-check, including new versioned build-dependency on devscripts. Update debian/copyright_hints. + Drop auto-update.mk. Set DEB_AUTO_UPDATE_DEBIAN_CONTROL directly instead when needed. + Add debian/README.cdbs-tweaks documenting local tweaks. * Fix double cdbs build-dependencies in debian/rules. * Semi-auto-update debian/control to apply changes contained in the above: DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean -- Jonas Smedegaard Thu, 21 Feb 2008 02:06:29 +0100 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 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 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 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 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 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 Mon, 4 Feb 2002 04:39:43 +0000 libconvert-tnef-perl (0.16-1) unstable; urgency=low * New upstream release. -- Graeme Mathieson Thu, 22 Nov 2001 17:47:12 +0000 libconvert-tnef-perl (0.12-1) unstable; urgency=low * Initial release. -- Graeme Mathieson Thu, 23 Jul 2001 13:37:07 +0100 debian/README.source0000644000000000000000000000361311245567367011370 0ustar Building this package for Debian -------------------------------- This source package need no special handling for normal package builds. Developing this package for Debian ---------------------------------- The source of this package is developed using git and the helper tool git-buildpackage, with all official releases tagged and signed and binary diffs of tarballs stored using pristine-tar. This is documented below /usr/share/doc/git-buildpackage/manual-html/ . A custom build target shows current upstream and packaging versions: debian/rules print-version Current upstream tarball can be prepared using this other build target: debian/rules get-orig-source To switch to newer upstream source, first add a dummy changelog entry and comment out DEB_UPSTREAM_TARBALL_MD5 before getting the source: dch -v ${new_upstream_version}-1 "Dummy changelog entry" sed -i -e 's/^\(DEB_UPSTREAM_TARBALL_MD5\b\)/#\1/' debian/rules debian/rules get-orig-source Store new md5sum to help ensure identical source is received later. Setting DEB_MAINTAINER_MODE=1 enables additional build routines helpful during development of the package, but unfit for normal builds. This typically includes the CDBS feature of auto-updating debian/control with CDBS-related build-dependencies, which is forbidden by Debian Policy as build environment must not change during automated builds. Maintaining packaging build routines ------------------------------------ This source package wraps debhelper commands and other tedious parts of the build routines using the CDBS framework. Please refer to the actual makefile snippets included from debian/rules for details on their purpose and ways to override defaults. Additionally, makefile snippets included from below /usr/share/cdbs may also be documented in /usr/share/doc/cdbs/cdbs-doc.pdf.gz . -- Jonas Smedegaard Thu, 26 Feb 2009 21:28:29 +0100 debian/compat0000644000000000000000000000000212010320530010346 0ustar 8 debian/watch0000644000000000000000000000036311245571124010223 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 opts="uversionmangle=s/(\d)\.(\d{2})(\d+)/$1.$2.$3/" \ http://search.cpan.org/dist/Convert-TNEF/ .*/Convert-TNEF-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian debian/copyright_hints0000644000000000000000000000113412010321012012303 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: Changes MANIFEST META.yml Makefile.PL README debian/README.source debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/watch t/test.t t/tnef.doc Copyright: *No copyright* License: UNKNOWN FIXME Files: debian/rules Copyright: 2004, 2006, 2008-2012, Jonas Smedegaard License: GPL-2+ FIXME Files: TNEF.pm Copyright: 1999, Douglas Wilson . License: Perl FIXME debian/copyright0000644000000000000000000000321012010326416011110 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Convert::TNEF Upstream-Contact: Douglas Wilson Source: http://www.cpan.org/modules/by-module/Convert/ Files: * Copyright: 1999, Douglas Wilson License: Artistic or GPL-1+ Comment: License: . This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. . Comment: . Perl is licensed under either the Artistic license or the GNU General Public License, version 1 or later. Files: debian/* Copyright: 2004-2010, Jonas Smedegaard License: GPL-2+ License: Artistic Comment: . On Debian systems the Artistic License is located in '/usr/share/common-licenses/Artistic'. License: GPL-1+ Comment: . On Debian systems the GNU General Public License (GPL) version 1 is located in '/usr/share/common-licenses/GPL-1'. License: GPL-2+ 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. . Comment: . On Debian systems the GNU General Public License (GPL) version 2 is located in '/usr/share/common-licenses/GPL-2'. . You should have received a copy of the GNU General Public License along with this program. If not, see . debian/gbp.conf0000644000000000000000000000014611245567367010626 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/rules0000755000000000000000000000272312010321301010231 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright © 2004, 2006, 2008, 2009, 2010, 2011, 2012 Jonas Smedegaard # # Description: Main Debian packaging script for Convert::TNEF # # 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, see . include /usr/share/cdbs/1/rules/upstream-tarball.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/perl-makemaker.mk include /usr/share/cdbs/1/rules/debhelper.mk pkg = $(DEB_SOURCE_PACKAGE) DEB_UPSTREAM_PACKAGE = Convert-TNEF DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Convert DEB_UPSTREAM_TARBALL_VERSION := $(shell echo '$(DEB_UPSTREAM_VERSION)' | awk -F. '{print $$1"."$$2$$3$$4$$5}') DEB_UPSTREAM_TARBALL_MD5 = 6f69ff242a807b861c6e68a3d93a58f7 # Needed both by upstream build and (always) at runtime deps = libio-stringy-perl, libmime-tools-perl CDBS_BUILD_DEPENDS += , $(deps) CDBS_DEPENDS_$(pkg) += , $(deps) debian/control.in0000644000000000000000000000140712010320554011170 0ustar Source: libconvert-tnef-perl Section: perl Priority: optional Build-Depends: @cdbs@ Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libconvert-tnef-perl Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/libconvert-tnef-perl.git Homepage: http://search.cpan.org/dist/Convert-TNEF/ Package: libconvert-tnef-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} 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.