Still working
authorChris Cormack <chris@bigballofwax.co.nz>
Sun, 3 Aug 2008 10:12:54 +0000 (22:12 +1200)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Tue, 28 Oct 2008 21:09:22 +0000 (22:09 +0100)
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
debian/control
debian/rules

index 3f90b4b..30aadd6 100644 (file)
@@ -1,5 +1,7 @@
 Package: libkoha-perl
-Version: 3.00.00-stableRC1-1
+Build-Depends: debhelper (>= 5.0.0)
+Build-Depends-Indep: perl (>= 5.8.8-12)
+Version: 3.00.00-01
 Architecture: all
 Maintainer: chris@bigballofwax.co.nz
 Installed-Size: 1476
@@ -7,5 +9,6 @@ Depends: libalgorithm-checkdigits-perl (>= 0.50) | cpan-libalgorithm-checkdigits
 Provides: libkoha-perl
 Section: perl
 Priority: optional
+Source: libversion-from-perl
 Description: Koha ILS
   Koha Integrated Library System
index 449f19b..88c24f3 100755 (executable)
@@ -5,13 +5,13 @@
 # be used freely wherever it is useful.
 
 # Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+export DH_VERBOSE=1
 
 # If set to a true value then MakeMaker's prompt function will
 # always return the default without waiting for user input.
 export PERL_MM_USE_DEFAULT=1
 
-PACKAGE=$(shell dh_listpackages)
+PACKAGE=libkoha-perl
 
 ifndef PERL
 PERL = /usr/bin/perl
@@ -70,7 +70,7 @@ binary-indep: build install
        dh_compress
        dh_fixperms
        dh_installdeb
-       dh_gencontrol
+       dh_gencontrol --dpkg-gencontrol-params=-plibkoha-perl
        dh_md5sums
        dh_builddeb