debian/0000755000000000000000000000000011625221317007166 5ustar debian/control0000644000000000000000000000202211625221317010565 0ustar Source: libnews-article-nocem-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Florian Schlichting Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libnews-article-perl Standards-Version: 3.9.2 Vcs-Browser: http://git.debian.org/git/pkg-perl/packages/libnews-article-nocem-perl.git Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libnews-article-nocem-perl.git Homepage: http://search.cpan.org/dist/News-Article-NoCeM/ Package: libnews-article-nocem-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libnews-article-perl, libpgp-sign-perl Description: module to generate accurate NoCeM notices News::Article::NoCeM is an extension to News::Article that allows the easy and accurate creation of NoCeM notices for Usenet articles. . NoCeM is a mechanism to cryptographically authenticate cancel (hide) control messages on usenet. The NoCeM FAQ is available on the web at http://www.cm.org/faq.html. debian/copyright0000644000000000000000000000216411625221317011124 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Yen-Ming Lee Source: http://search.cpan.org/dist/News-Article-NoCeM/ Name: News-Article-NoCeM Files: * Copyright: 2004-2006, Yen-Ming Lee , based on a module by Tim Skirvin . License: GPL-1+ or Artistic Files: debian/* Copyright: 2011, Florian Schlichting License: GPL-1+ or 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 systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/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 systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. debian/watch0000644000000000000000000000020111625221317010210 0ustar version=3 http://search.cpan.org/dist/News-Article-NoCeM/ .*/News-Article-NoCeM-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/patches/0000755000000000000000000000000011625221317010615 5ustar debian/patches/fix-manpage-section.patch0000644000000000000000000000120311625221317015470 0ustar Author: Florian Schlichting Description: put manpage into correct section (3pm instead of 3) Forwarded: no Origin: vendor --- a/Makefile.PL +++ b/Makefile.PL @@ -6,7 +6,7 @@ WriteMakefile( 'NAME' => 'News::Article::NoCeM', 'DISTNAME' => 'News-Article-NoCeM', - 'MAN3PODS' => { 'NoCeM.pm' => '$(INST_MAN3DIR)/News::Article::NoCeM.3' }, + 'MAN3PODS' => { 'NoCeM.pm' => '$(INST_MAN3DIR)/News::Article::NoCeM.3pm' }, 'VERSION_FROM' => 'NoCeM.pm', 'PREREQ_PM' => { 'News::Article' => 1.27, 'PGP::Sign' => 0.19 }, 'PM' => { 'NoCeM.pm' => '$(INST_LIBDIR)/NoCeM.pm' }, debian/patches/series0000644000000000000000000000003211625221317012025 0ustar fix-manpage-section.patch debian/compat0000644000000000000000000000000211625221317010364 0ustar 8 debian/changelog0000644000000000000000000000027211625221317011041 0ustar libnews-article-nocem-perl (0.08-1) unstable; urgency=low * Initial Release. (Closes: #638860) -- Florian Schlichting Tue, 23 Aug 2011 09:00:34 +0000 debian/source/0000755000000000000000000000000011625221317010466 5ustar debian/source/format0000644000000000000000000000001411625221317011674 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611625221317010245 0ustar #!/usr/bin/make -f %: dh $@