Package: deborphan Version: 1.7.28.5 Revision: 1 BuildDepends: gettext-bin, gettext-tools, libgettext8-dev Depends: dialog, libgettext8-shlibs Source: http://ftp.debian.org/debian/pool/main/d/%n/%n_%v.tar.gz Source-MD5: e84bb29165f5c564eccbd4a521eea30c SourceDirectory: %n-%v PatchScript: << #!/bin/sh -ev perl -pi -e 's,/var/(lib|state),%p/var/lib,' configure include/deborphan.h src/Makefile.in perl -pi -e 's,if \[ -r %p/var/lib/debfoster/keepers \],if true,' configure # perl -pi -e 's, include ,$&\n# if !defined (__APPLE__),; s,fileno .*,$&\n#endif,' include/deborphan.h # perl -pi -e 's,deb \*dfkeep,dep \*dfkeep,' src/deborphan.c # perl -pi -e 's,#include ,#include \n$&,' src/pkginfo.c << UpdatePoMakefile: true SetCFLAGS: -Os -std=c89 SetLIBS: -lintl DocFiles: COPYING NEWS README THANKS Description: Orphaned package finder DescDetail: << deborphan finds packages that have no packages depending on them. The default operation is to search only within the libs and oldlibs sections, to hunt down unused libraries. << License: Artistic Maintainer: Hisashi T Fujinaka DescPackaging: << Patched to work with debfoster and to include debfoster support even if debfoster isn't installed (will still work without it). Originally packaged by Masanori Sekino. << Homepage: http://freshmeat.net/projects/deborphan/