debian/0000750000000000000000000000000012016453501007156 5ustar debian/patches/0000750000000000000000000000000012016453475010617 5ustar debian/patches/01-manpage-fixup.patch0000750000000000000000000000125112016453475014621 0ustar From: Subject: Simple fix in the man page. diff -urNad trunk~/modules/blc/blc.1.in trunk/modules/blc/blc.1.in --- trunk~/modules/blc/blc.1.in 2005-04-25 21:55:55.000000000 +0200 +++ trunk/modules/blc/blc.1.in 2006-01-26 00:01:32.000000000 +0100 @@ -21,7 +21,7 @@ brackets are found. Brackets can be prevented from being counted for line continuation by -escaping them with a backslash: "\(" and "\)". Any brackets found +escaping them with a backslash: "\\(" and "\\)". Any brackets found with a preceding backslash will be ignored when deciding if line continuation should be done and then have the backslash removed once the full line has been found. debian/patches/01manpage-fixup.patch0000750000000000000000000000125112016453475014544 0ustar From: Subject: Simple fix in the man page. diff -urNad trunk~/modules/blc/blc.1.in trunk/modules/blc/blc.1.in --- trunk~/modules/blc/blc.1.in 2005-04-25 21:55:55.000000000 +0200 +++ trunk/modules/blc/blc.1.in 2006-01-26 00:01:32.000000000 +0100 @@ -21,7 +21,7 @@ brackets are found. Brackets can be prevented from being counted for line continuation by -escaping them with a backslash: "\(" and "\)". Any brackets found +escaping them with a backslash: "\\(" and "\\)". Any brackets found with a preceding backslash will be ignored when deciding if line continuation should be done and then have the backslash removed once the full line has been found. debian/patches/series0000640000000000000000000000002712016453475012034 0ustar 01-manpage-fixup.patch debian/dirs0000640000000000000000000000001011064541100010025 0ustar usr/bin debian/control0000640000000000000000000000120412016453475010571 0ustar Source: filepp Section: text Priority: optional Maintainer: Christoph Haas Build-Depends: debhelper (>= 9) Standards-Version: 3.9.3 Homepage: http://freecode.com/projects/filepp Package: filepp Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Description: generic perl-based file pre-processor for text files Generic pre-preprocessor for any kind of text file. It is designed to allow the functionality provided by the C preprocessor to be used with any file type. filepp supports the following keywords, all of which have their usual C preprocessor meanings and usage: define, if, elif, ifdef, ifndef etc. debian/changelog0000640000000000000000000000615012016453475011045 0ustar filepp (1.8.0-4) unstable; urgency=low Improvements by Jari Aalto * Remove deprecated dpatch and upgrade to packaging format "3.0 quilt". * Update to Standards-Version to 3.9.3 and debhelper to 9. * Add build-arch and build-indep targets; use dh_prep in rules file. * Fix copyright-refers-to-symlink-license (Lintian). * Fix description-synopsis-starts-with-article (Lintian). * Fix debian-watch-contains-dh_make-template (Lintian). * Fix no-homepage-field (Lintian). * Fx extended-description-is-probably-too-short (Lintian). -- Christoph Haas Sat, 28 Apr 2012 09:04:03 +0300 filepp (1.8.0-3) unstable; urgency=low * Fixing minor lintian warnings. -- Christoph Haas Thu, 18 Sep 2008 22:45:15 +0200 filepp (1.8.0-2) unstable; urgency=low * Fixed version information in rules file from 1.7.1 to 1.8.0. (Closes: #449436) -- Christoph Haas Mon, 05 Nov 2007 21:17:47 +0100 filepp (1.8.0-1) unstable; urgency=low * New upstream release * Changes build-depends-indep to build-depends-dep -- Christoph Haas Tue, 24 Apr 2007 21:55:59 +0200 filepp (1.7.1-9) unstable; urgency=low * Accidentally pulled an old debian/control file and put the package into "interpreters" instead of "text". Fixed. -- Christoph Haas Thu, 26 Jan 2006 00:53:43 +0100 filepp (1.7.1-8) unstable; urgency=low * Fixed a typo in the man page. (Closes: #349895) -- Christoph Haas Thu, 26 Jan 2006 00:09:54 +0100 filepp (1.7.1-7) unstable; urgency=low * Changed the section from 'interpreters' to 'text'. -- Christoph Haas Mon, 25 Apr 2005 23:37:36 +0200 filepp (1.7.1-6) unstable; urgency=low * Simplified the 'rm' in the clean target. -- Christoph Haas Fri, 29 Oct 2004 22:21:00 +0200 filepp (1.7.1-5) unstable; urgency=low * Simplified the 'clean' target in the debian/rules to no longer use the bloated 'configure' + 'make distclean' calls. * Used ${CURDIR} instead of `pwd` in the debian/rules. -- Christoph Haas Fri, 29 Oct 2004 20:15:20 +0200 filepp (1.7.1-4) unstable; urgency=low * Removed architecture-dependant parts from the debian/rules file. * No longer running the configure script. The simple variable substitution is now done in the debian/rules file using 'sed'. -- Christoph Haas Mon, 25 Oct 2004 22:42:22 +0200 filepp (1.7.1-3) unstable; urgency=low * Changed the 'Architecture:' to 'all' as this package contains no compiled parts. * Example files are now installed. -- Christoph Haas Mon, 25 Oct 2004 21:04:49 +0200 filepp (1.7.1-2) unstable; urgency=low * The API modules were installed in subdirectories /usr/share/filepp/$modulename instead of just /usr/share/filepp. -- Christoph Haas Thu, 13 May 2004 10:04:07 +0200 filepp (1.7.1-1) unstable; urgency=low * Initial Release (closes: #248729). -- Christoph Haas Wed, 12 May 2004 17:03:09 +0200 debian/filepp.manpages0000640000000000000000000000001111064541100012136 0ustar filepp.1 debian/README.Debian0000640000000000000000000000037111064541100011214 0ustar To process the examples in the /usr/share/doc/filepp/examples directory you need to run these lines: filepp -DHIDDEN -I. test.html.in -o test.html filepp -DHIDDEN -I. -k filepp.lsm.in -o filepp.lsm filepp -DHIDDEN -I. filepp.1.in -o filepp.1 debian/patched/0000755000000000000000000000000011064542704010601 5ustar debian/rules0000750000000000000000000000367512016453475010263 0ustar #!/usr/bin/make -f # -*- makefile -*- # Rules file for filepp based on the rules template by Joey Hess. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 PACKAGE = filepp TMP = ${CURDIR}/debian/$(PACKAGE) build-arch: build build-indep: build build: build-stamp build-stamp: dh_testdir # Substitute variables in the filepp.in file. # The "configure" script does not actually do much more than # that so I'll do those simple steps right here. # (Upstream is informed about the bloatetness of his approach.) sed -e 's/@VERSION@/1.8.0/' \ -e 's/@moduledir@/\/usr\/share\/filepp/' \ -e 's/@PERL@/\/usr\/bin\/perl/' \ < filepp.in > filepp chmod u+x filepp # Generate the man page ./filepp -DHIDDEN -I. ./filepp.1.in -o filepp.1 touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp # clean up after the build process # (I do not use the configure / make distclean here # because it is too bloated and I hope the upstream will # provide a plain Makefile with the next release.) rm -f filepp.1 filepp dh_clean install: build dh_testdir dh_testroot dh_prep dh_installdirs # Add here commands to install the package into debian/filepp. # # The Makefile has problems with the modules directory. Either # the files are copied correctly for the package and can't be # found later or they are correctly packaged but later point # to the wrong directory. # So let's to the installation without "make install" #$(MAKE) install prefix=$(CURDIR)/debian/filepp/usr # Build architecture-independent files here. binary-indep: build install dh_testdir dh_testroot dh_installchangelogs ChangeLog dh_installdocs dh_installexamples dh_install dh_installman dh_link dh_compress -X examples/filepp.1.in dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb # nothing to do for binary-arch binary-arch: binary: binary-indep .PHONY: build clean binary-indep binary-arch binary install debian/watch0000640000000000000000000000011312016453475010215 0ustar version=3 http://www.cabaret.demon.co.uk/filepp/ filepp-([\d\.]+)\.tar\.gz debian/source/0000750000000000000000000000000012016453475010470 5ustar debian/source/format0000640000000000000000000000001412016453475011677 0ustar 3.0 (quilt) debian/copyright0000640000000000000000000000207312016453475011126 0ustar This package was debianized by Christoph Haas on Wed, 12 May 2004 17:03:09 +0200. The debianisation can freely be used under the terms of the GPL. It was downloaded from http://www.cabaret.demon.co.uk/filepp/ Copyright © 2000-2008 Darren Miller 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 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 with your Debian GNU system, in /usr/share/common-licenses/GPL-2, or with the Debian GNU source package as the file COPYING. If not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. debian/filepp.examples0000640000000000000000000000010611064541100012166 0ustar test.html.in footer.html.in header.html.in filepp.lsm.in filepp.1.in debian/docs0000640000000000000000000000000711064541100010022 0ustar README debian/compat0000640000000000000000000000000212016453475010367 0ustar 9 debian/filepp.install0000640000000000000000000000005711064541100012023 0ustar modules/*/*.pm usr/share/filepp filepp usr/bin debian/filepp.docs0000640000000000000000000000000711064541100011300 0ustar README