r19692 - in /trunk/libdata-stag-perl: debian/ debian/patches/ t/ t/data/

plessy at users.alioth.debian.org plessy at users.alioth.debian.org
Thu May 8 14:59:37 UTC 2008


Author: plessy
Date: Thu May  8 14:59:36 2008
New Revision: 19692

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=19692
Log:
Ready for upload.
 - Added minimalistic missing manpages.
 - Deleted files that are not properly cleaned after make test,
   and that were svn-imported by mistake. (Updated the clean target
   of debian/rules).
 - Documented the ~dfsg deletion in debian/copyright.

Added:
    trunk/libdata-stag-perl/debian/patches/missing-manpages.patch
Removed:
    trunk/libdata-stag-perl/t/data/attrs.xml.sxpr
    trunk/libdata-stag-perl/t/data/attrs.xml.sxpr.xml
    trunk/libdata-stag-perl/t/data/attrs.xml.sxpr.xml.itext
    trunk/libdata-stag-perl/t/data/attrs.xml.sxpr.xml.itext.xml
    trunk/libdata-stag-perl/t/data/person-processed.el
    trunk/libdata-stag-perl/t/data/test.sxpr
    trunk/libdata-stag-perl/t/z.xml
Modified:
    trunk/libdata-stag-perl/debian/changelog
    trunk/libdata-stag-perl/debian/copyright
    trunk/libdata-stag-perl/debian/patches/series
    trunk/libdata-stag-perl/debian/rules

Modified: trunk/libdata-stag-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-stag-perl/debian/changelog?rev=19692&op=diff
==============================================================================
--- trunk/libdata-stag-perl/debian/changelog (original)
+++ trunk/libdata-stag-perl/debian/changelog Thu May  8 14:59:36 2008
@@ -1,7 +1,5 @@
-libdata-stag-perl (0.10~dfsg-1) UNRELEASED; urgency=low
-  TODO: changes in .diff.gz outside of debian/patches - ?!
-  TODO: missing manpages
-  
+libdata-stag-perl (0.10~dfsg-1) unstable; urgency=low
+
   * Initial Release (Closes: #478251).
 
- -- David Paleino <d.paleino at gmail.com>  Sun, 17 Nov 2007 19:09:05 +0100
+ -- Charles Plessy <plessy at debian.org>  Fri, 09 May 2008 07:00:08 +0900

Modified: trunk/libdata-stag-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-stag-perl/debian/copyright?rev=19692&op=diff
==============================================================================
--- trunk/libdata-stag-perl/debian/copyright (original)
+++ trunk/libdata-stag-perl/debian/copyright Thu May  8 14:59:36 2008
@@ -2,6 +2,8 @@
 It was created by David Paleino <d.paleino at gmail.com> using dh-make-perl.
 
 It was downloaded from http://search.cpan.org/dist/Data-Stag/
+The file homepage/images/celtic-stag.gif was deleted because of its
+unclear copyright status.
 
 The upstream author is: 
 

Added: trunk/libdata-stag-perl/debian/patches/missing-manpages.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-stag-perl/debian/patches/missing-manpages.patch?rev=19692&op=file
==============================================================================
--- trunk/libdata-stag-perl/debian/patches/missing-manpages.patch (added)
+++ trunk/libdata-stag-perl/debian/patches/missing-manpages.patch Thu May  8 14:59:36 2008
@@ -1,0 +1,86 @@
+--- a/scripts/stag-itext2simple.pl
++++ b/scripts/stag-itext2simple.pl
+@@ -12,3 +12,18 @@
+     $p->parse($f);
+ }
+ 
++__END__
++
++=head1 NAME 
++
++stag-itext2simple - converts between stag formats
++
++=head1 DESCRIPTION
++
++Converts from itext to simple format.
++
++=head1 SEE ALSO
++
++L<Data::Stag>
++
++=cut
+--- a/scripts/stag-itext2sxpr.pl
++++ b/scripts/stag-itext2sxpr.pl
+@@ -11,4 +11,18 @@
+ }
+ 
+ 
++__END__
+ 
++=head1 NAME 
++
++stag-itext2sxpr - converts between stag formats
++
++=head1 DESCRIPTION
++
++Converts from itext to sxpr format.
++
++=head1 SEE ALSO
++
++L<Data::Stag>
++
++=cut
+--- a/scripts/stag-itext2xml.pl
++++ b/scripts/stag-itext2xml.pl
+@@ -12,3 +12,19 @@
+     $p->parse($f);
+     print $h->tree->xml;
+ }
++
++__END__
++
++=head1 NAME 
++
++stag-itext2xml - converts between stag formats
++
++=head1 DESCRIPTION
++
++Converts from itext to xml format.
++
++=head1 SEE ALSO
++
++L<Data::Stag>
++
++=cut
+--- a/scripts/stag-xml2itext.pl
++++ b/scripts/stag-xml2itext.pl
+@@ -9,4 +9,19 @@
+ foreach my $xmlfile (@ARGV) {
+     $p->parse($xmlfile);
+ }
++__END__
++
++=head1 NAME 
++
++stag-xml2itext - converts between stag formats
++
++=head1 DESCRIPTION
++
++Converts from xml to itext format.
++
++=head1 SEE ALSO
++
++L<Data::Stag>
++
++=cut
+ 

Modified: trunk/libdata-stag-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-stag-perl/debian/patches/series?rev=19692&op=diff
==============================================================================
--- trunk/libdata-stag-perl/debian/patches/series (original)
+++ trunk/libdata-stag-perl/debian/patches/series Thu May  8 14:59:36 2008
@@ -1,2 +1,3 @@
+missing-manpages.patch
 fix_WHATIS_entries.patch
 fix_manpage_names.patch

Modified: trunk/libdata-stag-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-stag-perl/debian/rules?rev=19692&op=diff
==============================================================================
--- trunk/libdata-stag-perl/debian/rules (original)
+++ trunk/libdata-stag-perl/debian/rules Thu May  8 14:59:36 2008
@@ -29,7 +29,7 @@
 clean: unpatch
 	dh_testdir
 	dh_testroot
-	dh_clean build-stamp install-stamp
+	dh_clean build-stamp install-stamp t/*.xml t/data/*sxpr* t/data/*processed.el
 	# Add commands to clean up after the build process here
 	[ ! -f Makefile ] || $(MAKE) realclean
 




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