debian/0000755000000000000000000000000011635125450007170 5ustar debian/menu0000644000000000000000000000023011541332720010046 0ustar ?package(darnwdl):needs="X11" section="Applications/Viewers"\ title="darnwdl" command="/usr/bin/darnwdl"\ icon="/usr/share/pixmaps/darnwdlicon.xpm" debian/compat0000644000000000000000000000000211541326343010366 0ustar 7 debian/copyright0000644000000000000000000000232011541331215011112 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=173 Upstream-Name: darnwdl Upstream-Contact: Ying-Chun Liu (PaulLiu) Source: http://www.openfoundry.org/of/projects/753 Files: * Copyright: 2005-2007, Ying-Chun Liu (PaulLiu) 2006, Dan Jacobson http://jidanni.org/ License: GPL-3+ Files: debian/* Copyright: 2011, Ying-Chun Liu (PaulLiu) License: GPL-3+ License: GPL-3+ 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 3 of the License, 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 . . On Debian systems, the complete text of the GNU General Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". debian/control0000644000000000000000000000121111635124667010577 0ustar Source: darnwdl Section: text Priority: optional Maintainer: Ying-Chun Liu (PaulLiu) Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libgtk2.0-dev, libdynamite-dev, libjpeg-dev, xsltproc, docbook-xsl, imagemagick, librsvg2-bin Standards-Version: 3.9.2 Homepage: http://www.openfoundry.org/of/projects/753 Package: darnwdl Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: WDL document format viewer WDL is a document format used by Taiwan government. darnwdl is a viewer for WDL files. Due to the format spec is not open, darnwdl is based on reverse engineering. debian/watch0000644000000000000000000000022711541333553010223 0ustar version=3 http://www.openfoundry.org/of/projects/753/download \ http://www.openfoundry.org/of/download_path/darnwdl/(?:[\d\.]*)/darnwdl-(.*)\.tar\.gz debian/source/0000755000000000000000000000000011541326343010470 5ustar debian/source/format0000644000000000000000000000001411541326343011676 0ustar 3.0 (quilt) debian/clean0000644000000000000000000000004511541333115010167 0ustar darnwdl.1 darnwdlicon.xpm config.log debian/install0000644000000000000000000000004211541333135010552 0ustar darnwdlicon.xpm usr/share/pixmaps debian/changelog0000644000000000000000000000063711635124651011052 0ustar darnwdl (0.5-2) unstable; urgency=low * Build-Depends: libjpeg62-dev -> libjpeg-dev (Closes: #641108) * Bump Standards-Version to 3.9.2: nothing needs to be changed. -- Ying-Chun Liu (PaulLiu) Sat, 17 Sep 2011 22:06:22 +0800 darnwdl (0.5-1) unstable; urgency=low * Initial release (Closes: #615164) -- Ying-Chun Liu (PaulLiu) Sun, 20 Mar 2011 15:29:28 +0800 debian/rules0000755000000000000000000000126011541333526010250 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 DB2MAN = /usr/share/sgml/docbook/stylesheet/xsl/docbook-xsl/manpages/docbook.xsl XP = xsltproc -''-nonet -''-param man.charmap.use.subset "0" %: dh $@ darnwdl.1: debian/darnwdl.xml $(XP) $(DB2MAN) $< darnwdlicon.xpm: pixmaps/darnwdlicon.svg convert -background transparent $< $@ override_dh_auto_build: darnwdl.1 darnwdlicon.xpm dh_auto_build override_dh_auto_install: dh_auto_install mv $(CURDIR)/debian/darnwdl/usr/bin/wdl2txt \ $(CURDIR)/debian/darnwdl/usr/bin/wdldec \ $(CURDIR)/debian/darnwdl/usr/bin/wdlpass2 \ $(CURDIR)/debian/darnwdl/usr/lib/darnwdl debian/manpages0000644000000000000000000000001211541331461010674 0ustar darnwdl.1 debian/docs0000644000000000000000000000000711541331565010042 0ustar README debian/dirs0000644000000000000000000000002011541331611010036 0ustar usr/lib/darnwdl debian/darnwdl.xml0000644000000000000000000001252211541330525011344 0ustar .
will be generated. You may view the manual page with: nroff -man .
| less'. A typical entry in a Makefile or Makefile.am is: DB2MAN = /usr/share/sgml/docbook/stylesheet/xsl/docbook-xsl/manpages/docbook.xsl XP = xsltproc -''-nonet -''-param man.charmap.use.subset "0" manpage.1: manpage.xml $(XP) $(DB2MAN) $< The xsltproc binary is found in the xsltproc package. The XSL files are in docbook-xsl. A description of the parameters you can use can be found in the docbook-xsl-doc-* packages. Please remember that if you create the nroff version in one of the debian/rules file targets (such as build), you will need to include xsltproc and docbook-xsl in your Build-Depends control field. Alternatively use the xmlto command/package. That will also automatically pull in xsltproc and docbook-xsl. Notes for using docbook2x: docbook2x-man does not automatically create the AUTHOR(S) and COPYRIGHT sections. In this case, please add them manually as ... . To disable the automatic creation of the AUTHOR(S) and COPYRIGHT sections read /usr/share/doc/docbook-xsl/doc/manpages/authors.html. This file can be found in the docbook-xsl-doc-html package. Validation can be done using: `xmllint -''-noout -''-valid manpage.xml` General documentation about man-pages and man-page-formatting: man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ --> ]> &dhtitle; &dhpackage; &dhfirstname; &dhsurname; Wrote this manpage for the Debian system.
&dhemail;
2011 &dhusername; This manual page was written for the Debian system (and may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or (at your option) any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
&dhucpackage; &dhsection; &dhpackage; program to view WDL files &dhpackage; FILENAME DESCRIPTION This manual page documents briefly the &dhpackage; command. This manual page was written for the Debian distribution because the original program does not have a manual page. &dhpackage; is a program that opens a WDL file and browse it. OPTIONS The program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. Show summary of options.