Update of /cvsroot/fink/experimental/thesin/finkinfo
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv24627
Modified Files:
debconf.info debsums.info
Log Message:
add heredoc depends and make 10.8 only since perl variants suck
Index: debsums.info
===================================================================
RCS file: /cvsroot/fink/experimental/thesin/finkinfo/debsums.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- debsums.info 3 Aug 2012 04:19:03 -0000 1.5
+++ debsums.info 5 Apr 2013 19:34:13 -0000 1.6
@@ -1,19 +1,22 @@
-Info2: <<
Package: debsums
Version: 2.0.52
Revision: 1
###
-## Remove po4a
-BuildDepends: po-debconf
-Depends: dpkg (>= 1.16.3), debconf, file-fnmatch-pm%type_pkg[perl],
libdpkg-pm, ucf, cron-service
-###
-Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 584) 10.4,
(%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, (%type_pkg[perl] =
5100) 10.5, (%type_pkg[perl] = 5100) 10.6, (%type_pkg[perl] = 5123) 10.7,
(%type_pkg[perl] = 588) 10.4, (%type_pkg[perl] = 588) 10.5, (%type_pkg[perl] =
588) 10.6, (%type_pkg[perl] = 5124) 10.8
-Type: perl (5.8.1 5.8.4 5.8.6 5.8.8 5.10.0 5.12.3 5.12.4)
-###
Source: mirror:debian:pool/main/d/%n/%n_%v.tar.gz
Source-MD5: 30bdd32f923f15c839b30397683ce46c
SourceDirectory: %n-%v
###
+## Remove po4a
+BuildDepends: po-debconf
+Depends: <<
+ dpkg (>= 1.16.3),
+ debconf,
+ file-fnmatch-pm5124,
+ libdpkg-pm,
+ ucf,
+ cron-service
+<<
+###
PatchScript: <<
perl -pi -e 's,/usr,%p,g' debian/cron.* debsums rdebsums debsums_init
man/debsums.1 man/po/*
perl -pi -e 's,/etc,%p/etc,g' debian/cron.* debsums rdebsums debsums_init
man/debsums.1 man/po/*
@@ -139,7 +142,10 @@
exit 1
esac
<<
-ConfFiles: %p/etc/%n-ignore %p/etc/default/%n
+ConfFiles: <<
+ %p/etc/%n-ignore
+ %p/etc/default/%n
+<<
DocFiles: README debian/changelog debian/copyright
Description: Tool for verification of deb files
DescDetail: <<
@@ -149,4 +155,3 @@
License: GPL
Maintainer: Justin F. Halett <[email protected]>
Homepage: http://packages.debian.org/unstable/debsums
-<<
Index: debconf.info
===================================================================
RCS file: /cvsroot/fink/experimental/thesin/finkinfo/debconf.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- debconf.info 24 Aug 2012 16:37:35 -0000 1.8
+++ debconf.info 5 Apr 2013 19:34:13 -0000 1.9
@@ -3,13 +3,38 @@
Revision: 1
Type: perl
###
+Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 584) 10.4,
(%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, (%type_pkg[perl] =
5100) 10.5, (%type_pkg[perl] = 5100) 10.6, (%type_pkg[perl] = 5123) 10.7,
(%type_pkg[perl] = 588) 10.4, (%type_pkg[perl] = 588) 10.5, (%type_pkg[perl] =
588) 10.6, (%type_pkg[perl] = 5124) 10.8
+Type: perl (5.8.1 5.8.4 5.8.6 5.8.8 5.10.0 5.12.3 5.12.4)
## po4a, python27, python3
-BuildDepends: fink (>= 0.34.99.git), dpkg (>= 1.15), gettext-tools,
po-debconf, gawk
-Depends: dpkg (>> 1.15), dialog, gettext-tools
-Conflicts: cdebconf (<< 0.96), debconf-tiny, apt (<< 0.3.12.1), menu (<=
2.1.3-1), dialog (<< 0.9b-20020814-1), whiptail (<< 0.51.4-11), whiptail-utf8
(<= 0.50.17-13), debconf-utils (<< 1.3.22)
+BuildDepends: <<
+ fink (>= 0.34.99.git),
+ dpkg (>= 1.15),
+ gettext-tools,
+ po-debconf,
+ gawk
+<<
+Depends: <<
+ dpkg (>> 1.15),
+ dialog,
+ gettext-tools
+<<
+Conflicts: <<
+ cdebconf (<< 0.96),
+ debconf-tiny,
+ apt (<< 0.3.12.1),
+ menu (<= 2.1.3-1),
+ dialog (<< 0.9b-20020814-1),
+ whiptail (<< 0.51.4-11),
+ whiptail-utf8 (<= 0.50.17-13),
+ debconf-utils (<< 1.3.22)
+<<
Provides: debconf-2.0
Replaces: debconf-tiny
-Suggests: bash-completion, net-ldap-pm5123, term-readline-gnu-pm5123
+Suggests: <<
+ bash-completion,
+ net-ldap-pm%type_pkg[perl],
+ term-readline-gnu-pm%type_pkg[perl]
+<<
###
Source: mirror:debian:/pool/main/d/%n/%n_%v.tar.gz
Source-MD5: 6978cc5f49a3fce6de8e53fc46a6a243
@@ -54,11 +79,10 @@
make
<<
###
-## Dep missing from fink
-#InfoTest: <<
-# TestDepends: test-unit-pmXXX
-# TestScript: perl test_debconf.pl --all || exit 2
-#<<
+InfoTest: <<
+ TestDepends: test-unit-pm
+ TestScript: perl test_debconf.pl --all || exit 2
+<<
###
InstallScript: <<
#!/bin/sh -ev
------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire
the most talented Cisco Certified professionals. Visit the
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs