From a13a4329429f6bc00797f254f9418b36e758b3f0 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Sun, 3 Aug 2008 22:12:54 +1200 Subject: [PATCH] Still working Signed-off-by: Galen Charlton --- debian/control | 5 ++++- debian/rules | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 3f90b4beed..30aadd6a62 100644 --- a/debian/control +++ b/debian/control @@ -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 diff --git a/debian/rules b/debian/rules index 449f19ba31..88c24f352b 100755 --- a/debian/rules +++ b/debian/rules @@ -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 -- 2.39.5