Christoph Berg escribió: > Re: Alejandro Garrido Mota 2009-09-04 <4aa0bbea.7000...@gmail.com> >> Sorry, I resend the patch. The other has an error. > >> --- squidtaild-2.1a6/debian/rules >> +++ squidtaild-2.1a6/debian/rules >> + /bin/rm -rf $(tmp)/usr/share/perl5 >> + /bin/rm -rf $(tmp)/usr/share/man/man3 > > Why /bin/rm? The rest of the rules file doesn't use hard-coded paths > either. Please try to stick with the style of the file if you NMU it. > (Using hard-coded paths is a bad habit anyway...) > > Christoph
Hi. Is true, the binary could changes its absolute path. So, I improved the patch and it's attached. Sorry and thanks. Regards -- http://www.mogaal.com GNU/Linux Debian SID Usuario Linux registrado #386758 GPG Key Fingerprint = A3CA EB0B E94B 06BE 8EF8 4EB5 7139 6D61 F1C0 9EFB
diff -u squidtaild-2.1a6/debian/changelog squidtaild-2.1a6/debian/changelog --- squidtaild-2.1a6/debian/changelog +++ squidtaild-2.1a6/debian/changelog @@ -1,3 +1,11 @@ +squidtaild (2.1a6-5.4) unstable; urgency=low + + * Non-maintainer upload. + * Remove the inclusion of ConfigReader::Simple embedded version inside debian + package, set libconfigreader-simple-perl inside Depends field (Closes: #532245) + + -- Alejandro Garrido Mota <garridom...@gmail.com> Wed, 02 Sep 2009 16:46:58 -0430 + squidtaild (2.1a6-5.3) unstable; urgency=low * Non-maintainer upload. diff -u squidtaild-2.1a6/debian/control squidtaild-2.1a6/debian/control --- squidtaild-2.1a6/debian/control +++ squidtaild-2.1a6/debian/control @@ -7,7 +7,7 @@ Package: squidtaild Architecture: all -Depends: ${perl:Depends} +Depends: ${perl:Depends}, libconfigreader-simple-perl Recommends: squid Description: Squid log monitoring program Squidtaild is a very fast, highly configurable Perl diff -u squidtaild-2.1a6/debian/rules squidtaild-2.1a6/debian/rules --- squidtaild-2.1a6/debian/rules +++ squidtaild-2.1a6/debian/rules @@ -53,6 +53,8 @@ chmod -R o+rX $(tmp)/usr touch $(tmp)/usr/share/doc/squidtaild/overview.txt $(tmp)/etc/squidtaild/history $(tmp)/etc/squidtaild/violators (for i in perl_modules/ConfigReader-Simple-0.5/blib/lib/ConfigReader/*.pm; do echo ConfigReader::`basename $$i .pm` ; pod2text $$i | perl -ne '$$/=""; s/^DESCRIPTION// && print'; done) >> $(tmp)/usr/share/doc/squidtaild/overview.txt + rm -rf $(tmp)/usr/share/perl5 + rm -rf $(tmp)/usr/share/man/man3 dh_compress dh_fixperms dh_makeshlibs