debian/0000755000000000000000000000000011426346073007174 5ustar debian/docs0000644000000000000000000000004511426343043010040 0ustar AUTHORS BUGS NEWS README TODO THANKS debian/source/0000755000000000000000000000000011426343535010474 5ustar debian/source/format0000644000000000000000000000001411426343535011702 0ustar 3.0 (quilt) debian/dirs0000644000000000000000000000001011426343043010041 0ustar usr/bin debian/compat0000644000000000000000000000000211426343043010364 0ustar 7 debian/control0000644000000000000000000000136611426344377010612 0ustar Source: gpp Section: devel Priority: optional Maintainer: Roland Stigge Build-Depends: debhelper (>= 7.0.0), autotools-dev, autoconf, automake Standards-Version: 3.9.1 Homepage: http://www.nothingisreal.com/gpp/ Package: gpp Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: A general-purpose preprocessor with customizable syntax GPP is a general-purpose preprocessor with customizable syntax, suitable for a wide range of preprocessing tasks. Its independence from any one programming language makes it much more versatile than the C preprocessor (cpp), while its syntax is lighter and more flexible than that of GNU m4. There are built-in macros for use with C/C++, LaTeX, HTML, XHTML, and Prolog files. debian/repacksrc.sh0000644000000000000000000000011411426343043011473 0ustar #!/bin/sh -e ver=$2 bunzip2 ../gpp-$ver.tar.bz2 gzip -9f ../gpp-$ver.tar debian/changelog0000644000000000000000000000276211426346054011054 0ustar gpp (2.24-3) unstable; urgency=low * New maintainer (Closes: #540909) * Moved to new source format 3.0 (quilt) * debian/control: - Build-Depend: autoconf, automake to autoreconf during build instead of crufty handling of generated files in debian/rules - Standards-Version: 3.9.1 -- Roland Stigge Wed, 04 Aug 2010 21:59:47 +0200 gpp (2.24-2) unstable; urgency=low * QA Upload. * debian/control: - Set maintainer to: Debian QA Group - Debhelper compatibility upgraded to 7 - Remove homepage from the long description and added 'Homepage:' field - Bump Standards-Version: to 3.8.3 * debian/rules: - Fix for lintian W: dh-clean-k-is-deprecated - Fix for lintian W: debian-rules-ignores-make-clean-error * debian/copyright: Adapted to DEP-5 format * debian/watch: Updated URL for source files. (Closes: #449744) -- Dario Minnucci Fri, 22 Jan 2010 03:43:05 +0100 gpp (2.24-1) unstable; urgency=low * New upstream release * Upload sponsored by Matthew Palmer -- Lucas Wall Tue, 21 Sep 2004 17:18:45 +1000 gpp (2.23-1) unstable; urgency=low * New upstream release. -- Lucas Wall Sun, 11 Jul 2004 18:51:46 -0300 gpp (2.22-1) unstable; urgency=low * Initial Release. * Uploaded to Debian. (closes: #250030) * Upload sponsored by Matthew Palmer . -- Lucas Wall Sun, 30 May 2004 19:29:32 -0300 debian/rules0000755000000000000000000000323711426345545010264 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # GNU copyright 1997 to 1999 by Joey Hess. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O2 endif ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) INSTALL_PROGRAM += -s endif config.status: dh_testdir autoreconf -fi CFLAGS="$(CFLAGS)" ./configure \ --host=$(DEB_HOST_GNU_TYPE) \ --build=$(DEB_BUILD_GNU_TYPE) \ --prefix=/usr \ --mandir=\$${prefix}/share/man \ --infodir=\$${prefix}/share/info build: build-stamp build-stamp: config.status dh_testdir $(MAKE) touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp [ ! -f Makefile ] || $(MAKE) distclean -rm -f config.sub config.guess -rm -f configure INSTALL config.h.in depcomp aclocal.m4 install-sh -rm -f missing -find . -name Makefile.in | xargs rm -f dh_clean install: build dh_testdir dh_testroot dh_prep dh_installdirs $(MAKE) install DESTDIR=$(CURDIR)/debian/gpp # Build architecture-independent files here. binary-indep: build install # We have nothing to do by default. # Build architecture-dependent files here. binary-arch: build install dh_testdir dh_testroot dh_installchangelogs ChangeLog dh_installdocs dh_installman dh_link dh_strip dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install debian/watch0000644000000000000000000000045611426343043010224 0ustar # Example watch control file for uscan # Rename this file to "watch" and then you can run the "uscan" command # to check for upstream updates and more. # Site Directory Pattern Version Script version=3 http://files.nothingisreal.com/software/gpp/gpp-([\d\.]+).tar.bz2 \ debian debian/repacksrc.sh debian/copyright0000644000000000000000000000150211426343375011127 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 Upstream-Name: gpp Upstream-Maintainer: Denis Auroux, Tristan Miller Upstream-Source: http://files.nothingisreal.com/software/gpp/ Files: * Copyright: 1996, 1999, 2001 Denis Auroux 2003, 2004 Tristan Miller License: LGPL-2.1 On Debian systems the full text of the GNU Lesser General Public License can be found in the `/usr/share/common-licenses/LGPL-2.1' file. Files: debian/* Copyright: 2004, Lucas Wall 2010, Dario Minnucci 2010, Roland Stigge License: LGPL-2.1 On Debian systems the full text of the GNU Lesser General Public License can be found in the `/usr/share/common-licenses/LGPL-2.1' file.