[xml/sgml-commit] r1196 - in /packages/libxml-encoding-perl/trunk/debian: changelog compile_encoding.1 control libxml-encoding-perl.manpages make_encmap.1 rules watch

dleidert-guest at users.alioth.debian.org dleidert-guest at users.alioth.debian.org
Thu Sep 11 13:25:14 UTC 2008


Author: dleidert-guest
Date: Thu Sep 11 13:25:14 2008
New Revision: 1196

URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=1196
Log:
* debian/control: Added Homepage and DM-Upload-Alowed.
  (Uploaders): Added myself.
* debian/compile_encoding.1: Added.
* debian/make_encmap.1: Ditto.
* debian/libxml-encoding-perl.manpages: Ditto.
* debian/rules (maps): Fixed typo preventing iso-8859-9.xml from being
  installed.
  (binary-indep): Added call to dh_installman. Make sure, data
  files don't have executable permissions.

Added:
    packages/libxml-encoding-perl/trunk/debian/compile_encoding.1
    packages/libxml-encoding-perl/trunk/debian/libxml-encoding-perl.manpages
    packages/libxml-encoding-perl/trunk/debian/make_encmap.1
Modified:
    packages/libxml-encoding-perl/trunk/debian/changelog
    packages/libxml-encoding-perl/trunk/debian/control
    packages/libxml-encoding-perl/trunk/debian/rules
    packages/libxml-encoding-perl/trunk/debian/watch

Modified: packages/libxml-encoding-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/libxml-encoding-perl/trunk/debian/changelog?rev=1196&op=diff
==============================================================================
--- packages/libxml-encoding-perl/trunk/debian/changelog (original)
+++ packages/libxml-encoding-perl/trunk/debian/changelog Thu Sep 11 13:25:14 2008
@@ -1,9 +1,16 @@
-libxml-encoding-perl (2.01-1.1) UNRELEASED; urgency=low
+libxml-encoding-perl (2.01-2) unstable; urgency=low
 
-  * Non-maintainer upload.
-  * NOT RELEASED YET
+  * debian/control: Added Homepage and DM-Upload-Alowed.
+    (Uploaders): Added myself.
+  * debian/compile_encoding.1: Added.
+  * debian/make_encmap.1: Ditto.
+  * debian/libxml-encoding-perl.manpages: Ditto.
+  * debian/rules (maps): Fixed typo preventing iso-8859-9.xml from being
+    installed.
+    (binary-indep): Added call to dh_installman. Make sure, data
+    files don't have executable permissions.
 
- -- Daniel Leidert (dale) <daniel.leidert at wgdd.de>  Thu, 11 Sep 2008 15:23:31 +0200
+ -- Daniel Leidert (dale) <daniel.leidert at wgdd.de>  Tue, 10 Jun 2008 13:50:15 +0200
 
 libxml-encoding-perl (2.01-1) unstable; urgency=low
 

Added: packages/libxml-encoding-perl/trunk/debian/compile_encoding.1
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/libxml-encoding-perl/trunk/debian/compile_encoding.1?rev=1196&op=file
==============================================================================
--- packages/libxml-encoding-perl/trunk/debian/compile_encoding.1 (added)
+++ packages/libxml-encoding-perl/trunk/debian/compile_encoding.1 Thu Sep 11 13:25:14 2008
@@ -1,0 +1,35 @@
+.TH "COMPILE_ENCODING" "1" "2008-06-09" "XML::Encoding"
+
+.SH NAME
+compile_encoding \- compile input XML encmap into a binary encoded file for XML::Parser
+
+.SH SYNOPSIS
+.B compile_encoding
+.B  [\-h]
+.BI "[\-o " output_file "]"
+.I input_file
+
+.SH DESCRIPTION
+.B compile_encoding
+compiles an input XML encmap file into a binary encoded file usable by
+.BR XML::Parser "(3pm)."
+
+.SH OPTIONS
+.TP
+.BI "\-o " output_file
+Put compiled binary into given output file. By default, a file that has the
+same basename as the input file, but with an extension of
+.I \.enc
+is output.
+.TP
+.B \-h
+Print usage information.
+
+.SH "SEE ALSO"
+.BR make_encmap (1),
+.BR XML::Encoding (3pm),
+.BR XML::Parser (3pm)
+
+.SH AUTHORS
+This manual page was written by \fBDaniel Leidert\fR <\&daniel.leidert at wgdd.de\&>
+for the Debian project (but may be used by others).

Modified: packages/libxml-encoding-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/libxml-encoding-perl/trunk/debian/control?rev=1196&op=diff
==============================================================================
--- packages/libxml-encoding-perl/trunk/debian/control (original)
+++ packages/libxml-encoding-perl/trunk/debian/control Thu Sep 11 13:25:14 2008
@@ -2,12 +2,15 @@
 Section: perl
 Priority: optional
 Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs at lists.alioth.debian.org>
-Uploaders: Ardo van Rangelrooij <ardo at debian.org>
+Uploaders: Ardo van Rangelrooij <ardo at debian.org>,
+ Daniel Leidert (dale) <daniel.leidert at wgdd.de>
 Vcs-Browser: http://alioth.debian.org/plugins/scmcvs/cvsweb.php/packages/libxml-encoding-perl/?cvsroot=debian-xml-sgml
 Vcs-Cvs: :pserver:anonymous at cvs.alioth.debian.org:/cvsroot/debian-xml-sgml/packages/libxml-encoding-perl
 Standards-Version: 3.7.3
 Build-Depends: debhelper (>= 5.0)
 Build-Depends-Indep: perl, libxml-parser-perl
+Homepage: http://search.cpan.org/dist/XML-Encoding/
+DM-Upload-Allowed: yes
 
 Package: libxml-encoding-perl
 Section: perl

Added: packages/libxml-encoding-perl/trunk/debian/libxml-encoding-perl.manpages
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/libxml-encoding-perl/trunk/debian/libxml-encoding-perl.manpages?rev=1196&op=file
==============================================================================
--- packages/libxml-encoding-perl/trunk/debian/libxml-encoding-perl.manpages (added)
+++ packages/libxml-encoding-perl/trunk/debian/libxml-encoding-perl.manpages Thu Sep 11 13:25:14 2008
@@ -1,0 +1,2 @@
+debian/compile_encoding.1
+debian/make_encmap.1

Added: packages/libxml-encoding-perl/trunk/debian/make_encmap.1
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/libxml-encoding-perl/trunk/debian/make_encmap.1?rev=1196&op=file
==============================================================================
--- packages/libxml-encoding-perl/trunk/debian/make_encmap.1 (added)
+++ packages/libxml-encoding-perl/trunk/debian/make_encmap.1 Thu Sep 11 13:25:14 2008
@@ -1,0 +1,38 @@
+.TH "MAKE_ENCMAP" "1" "2008-06-09" "XML::Encoding"
+
+.SH NAME
+make_encmap \- create an XML representation from an Unicode mapping file
+
+.SH SYNOPSIS
+.B make_encmap
+.I name
+.I file
+
+.SH DESCRIPTION
+.B make_encmap
+creates a XML encmap file with a given name from an Unicode mapping file,
+received e.g. from \%ftp://ftp.unicode.org. The result by default is output to
+.IR stdout .
+
+.SH OPTIONS
+There are no options you can use.
+
+.SH EXAMPLES
+The following example shows the usage of
+.B make_encmap
+for the ISO/IEC 8859-15 table.
+.IP
+.B wget ftp://ftp.unicode.org/Public/MAPPINGS/ISO8859/8859-15.TXT
+.br
+.B make_encmap 8859-15 8859-15.TXT > 8859-15.encmap
+.PP
+Note, that this file is already shipped with the package as
+/usr/share/libxml-encoding-perl/iso-8859-15.xml.
+
+.SH "SEE ALSO"
+.BR compile_encoding (1),
+.BR XML::Encoding (3pm)
+
+.SH AUTHORS
+This manual page was written by \fBDaniel Leidert\fR <\&daniel.leidert at wgdd.de\&>
+for the Debian project (but may be used by others).

Modified: packages/libxml-encoding-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/libxml-encoding-perl/trunk/debian/rules?rev=1196&op=diff
==============================================================================
--- packages/libxml-encoding-perl/trunk/debian/rules (original)
+++ packages/libxml-encoding-perl/trunk/debian/rules Thu Sep 11 13:25:14 2008
@@ -24,7 +24,7 @@
 		iso-8859-6 \
 		iso-8859-7 \
 		iso-8859-8 \
-		iso-8859-9l \
+		iso-8859-9 \
 		windows-1250 \
 		windows-1251 \
 		x-euc-jp-jisx0221 \
@@ -47,9 +47,9 @@
 
 PKG		= $(shell dh_listpackages)
 
-MAP_DIR		= $(CURDIR)/debian/$(PKG)/usr/share/$(PKG)
-ENT_DIR		= $(CURDIR)/debian/$(PKG)/usr/share/$(PKG)
-DTD_DIR		= $(CURDIR)/debian/$(PKG)/usr/share/$(PKG)
+MAP_DIR		= $(CURDIR)/debian/$(PKG)/usr/share/$(PKG)/
+ENT_DIR		= $(CURDIR)/debian/$(PKG)/usr/share/$(PKG)/
+DTD_DIR		= $(CURDIR)/debian/$(PKG)/usr/share/$(PKG)/
 
 ## ----------------------------------------------------------------------
 TMP_DIR	:=	$(CURDIR)/debian/tmp
@@ -94,9 +94,10 @@
 		dh_install --sourcedir=$(TMP_DIR)
 		dh_installdocs
 		dh_installchangelogs Changes
-		$(foreach map,$(MAPS),cp -a maps/$(map).xml $(MAP_DIR);)
-		$(foreach ent,$(ENTS),cp -a maps/$(ent).ent $(ENT_DIR);)
-		$(foreach dtd,$(DTDS),cp -a maps/$(dtd).dtd $(DTD_DIR);)
+		$(foreach map,$(MAPS),install -m 644 maps/$(map).xml $(MAP_DIR);)
+		$(foreach ent,$(ENTS),install -m 644 maps/$(ent).ent $(ENT_DIR);)
+		$(foreach dtd,$(DTDS),install -m 644 maps/$(dtd).dtd $(DTD_DIR);)
+		dh_installman
 		dh_compress
 		dh_fixperms
 		dh_installdeb

Modified: packages/libxml-encoding-perl/trunk/debian/watch
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/libxml-encoding-perl/trunk/debian/watch?rev=1196&op=diff
==============================================================================
--- packages/libxml-encoding-perl/trunk/debian/watch (original)
+++ packages/libxml-encoding-perl/trunk/debian/watch Thu Sep 11 13:25:14 2008
@@ -1,2 +1,2 @@
 version=3
-http://www.cpan.org/modules/by-module/XML/XML-Encoding-(\d+\.\d+)\.tar.gz
+http://www.cpan.org/modules/by-module/XML/XML-Encoding-([\d+\.]+)\.tar.gz




More information about the debian-xml-sgml-commit mailing list