From 936033d6ced14c33d1e94867bfbb1d68b8ccd36f Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Wed, 10 Aug 2011 23:20:49 +1200 Subject: [PATCH] Update for building for RT4. --- debian/.gitignore | 6 +++--- debian/changelog | 6 ++++++ debian/control | 6 +++--- debian/rules | 6 +++--- 4 files changed, 15 insertions(+), 9 deletions(-) diff --git a/debian/.gitignore b/debian/.gitignore index de81299..6444c8d 100644 --- a/debian/.gitignore +++ b/debian/.gitignore @@ -1,6 +1,6 @@ files -rt3.8-extension-authen-externalauth.debhelper.log -rt3.8-extension-authen-externalauth.substvars -rt3.8-extension-authen-externalauth +rt4-extension-authen-externalauth.debhelper.log +rt4-extension-authen-externalauth.substvars +rt4-extension-authen-externalauth diff --git a/debian/changelog b/debian/changelog index 753f2bc..5d4dfd2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +rt-extension-authen-externalauth (0.09-1) unstable; urgency=low + + * New upstream release. + + -- Andrew Ruthven Wed, 10 Aug 2011 23:12:33 +1200 + rt-extension-authen-externalauth (0.08.01-1) unstable; urgency=low * Initial Release. diff --git a/debian/control b/debian/control index 6a5dbf2..e08fa97 100644 --- a/debian/control +++ b/debian/control @@ -8,9 +8,9 @@ Uploaders: Andrew Ruthven Standards-Version: 3.8.0 Homepage: http://search.cpan.org/dist/RT-Authen-ExternalAuth/ -Package: rt3.8-extension-authen-externalauth +Package: rt4-extension-authen-externalauth Architecture: all -Depends: ${perl:Depends}, ${misc:Depends}, request-tracker3.8 +Depends: ${perl:Depends}, ${misc:Depends}, request-tracker4 Suggests: libnet-ldap-perl Description: RT Authen-ExternalAuth Extension This module provides the ability to authenticate Request @@ -30,4 +30,4 @@ Description: RT Authen-ExternalAuth Extension system so that once users log in to your website, they will be automagically logged in to RT when they access it. . - This version is designed to work with RT 3.8. + This version is designed to work with RT 4. diff --git a/debian/rules b/debian/rules index e5938b9..011923f 100755 --- a/debian/rules +++ b/debian/rules @@ -19,7 +19,7 @@ build: build-stamp build-stamp: dh_testdir # Add commands to compile the package here - $(PERL) Makefile.PL INSTALLDIRS=vendor PREFIX=/usr/share/request-tracker3.8/plugins/RT-Authen-ExternalAuth + $(PERL) Makefile.PL INSTALLDIRS=vendor PREFIX=/usr/share/request-tracker4/plugins/RT-Authen-ExternalAuth $(MAKE) $(MAKE) test touch $@ @@ -38,7 +38,7 @@ install-stamp: build-stamp dh_clean -k # Add commands to install the package into $(TMP) here $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr - rm -rf debian/rt3.8-extension-authen-externalauth/usr/share/perl5 + rm -rf debian/rt4-extension-authen-externalauth/usr/share/perl5 touch $@ binary-arch: @@ -50,7 +50,7 @@ binary-indep: build install dh_installdocs README dh_installchangelogs ChangeLog dh_installexamples etc/RT_SiteConfig.pm - dh_perl usr/share/request-tracker3.8/plugins/RT-Authen-ExternalAuth + dh_perl usr/share/request-tracker4/plugins/RT-Authen-ExternalAuth dh_compress dh_fixperms dh_installdeb -- 2.30.2