debian/0000755000000000000000000000000012156607035007173 5ustar debian/rules0000755000000000000000000000152512156607035010256 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 configure: config-stamp config-stamp: perl config.pl --prefix=/usr --mandir=/usr/share/man touch $@ build: build-indep build-arch build-indep: configure ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) make test endif build-arch: install: build dh_testdir dh_testroot dh_prep dh_installdirs make install DESTDIR=$(CURDIR)/debian/makepp binary: binary-indep binary-arch binary-indep: install dh_testdir dh_testroot dh_installdocs dh_installchangelogs ChangeLog dh_link usr/share/makepp/html usr/share/doc/makepp/html dh_compress dh_fixperms dh_perl dh_installdeb dh_gencontrol dh_md5sums dh_builddeb binary-arch: clean: dh_testdir dh_testroot -test -f Makefile && make clean dh_clean .PHONY: build build-indep build-arch clean binary-indep binary-arch binary install configure debian/compat0000644000000000000000000000000212156607035010371 0ustar 7 debian/source/0000755000000000000000000000000012156607035010473 5ustar debian/source/format0000644000000000000000000000001412156607035011701 0ustar 3.0 (quilt) debian/control0000644000000000000000000000256512156607035010606 0ustar Source: makepp Section: devel Priority: optional Maintainer: Daniel Pfeiffer Uploaders: Max Vozeler Build-Depends: debhelper (>= 7), perl Standards-Version: 3.9.4 Homepage: http://makepp.sourceforge.net/ Package: makepp Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Description: GNU make compatible but reliable and simpler build tool Makepp, a build program which has a number of features that allow for reliable builds and simpler build files, is a drop-in replacement for GNU make. It supports almost all of the syntax that GNU make supports, and can be used with makefiles produced by utilities such as automake. It is called makepp (or make++) because it was designed with special support for C++, which has since been extended to other languages like Swig or embedded SQL. . Some features that makepp adds to make are: greatly improved handling of builds that involve multiple makefiles (recursive make is no longer necessary); automatic scanning for include files; rebuilds triggered if build command changes; checksum-based signature methods for reliable builds, smart enough to ignore whitespace or comment changes; extensibility through perl (within your makefile); repositories (automatically importing files from another tree); build caches (not recompiling identically what a user of the same cache already did). debian/copyright0000644000000000000000000000116612156607035011132 0ustar Files: * Copyright: © 1999-2005 Gary Holt © 2003-2007 Anders Johnson © 2003-2013 Daniel Pfeiffer License: GPL-2+ or Artistic This program is free software; you can redistribute it and/or modify it under the terms of either: . a) the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version, or . b) the "Artistic License" . On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL' and the Artistic Licence in `/usr/share/common-licenses/Artistic'. debian/changelog0000644000000000000000000000026512156607035011050 0ustar makepp (2.0.98.3-1) unstable; urgency=low * Initial version for upload to Debian. (closes: #603078) -- Daniel Pfeiffer Fri, 14 Jun 2013 14:34:36 +0200