Author: jelmer
Date: 2005-07-26 18:20:17 +0000 (Tue, 26 Jul 2005)
New Revision: 8784

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8784

Log:
Install pidl in "vendor" directories (matches debian policy)

Modified:
   branches/SAMBA_4_0/packaging/debian/control
   branches/SAMBA_4_0/packaging/debian/libparse-pidl-perl.install
   branches/SAMBA_4_0/packaging/debian/rules


Changeset:
Modified: branches/SAMBA_4_0/packaging/debian/control
===================================================================
--- branches/SAMBA_4_0/packaging/debian/control 2005-07-26 18:04:03 UTC (rev 
8783)
+++ branches/SAMBA_4_0/packaging/debian/control 2005-07-26 18:20:17 UTC (rev 
8784)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Jelmer Vernooij <[EMAIL PROTECTED]>
 Standards-Version: 3.6.1.0
-Build-Depends: build-essential, libgtk2.0-dev, libgconf2-dev, libldap-dev, 
debhelper (>> 4.0.0), libparse-yapp-perl
+Build-Depends: build-essential, libgtk2.0-dev, libgconf2-dev, libldap-dev, 
debhelper (>> 4.0.0), libparse-yapp-perl, perl
 
 Package: samba4
 Architecture: all

Modified: branches/SAMBA_4_0/packaging/debian/libparse-pidl-perl.install
===================================================================
--- branches/SAMBA_4_0/packaging/debian/libparse-pidl-perl.install      
2005-07-26 18:04:03 UTC (rev 8783)
+++ branches/SAMBA_4_0/packaging/debian/libparse-pidl-perl.install      
2005-07-26 18:20:17 UTC (rev 8784)
@@ -1,3 +1,2 @@
 usr/bin/pidl
-usr/share/perl
-usr/lib/perl
+usr/share/perl5

Modified: branches/SAMBA_4_0/packaging/debian/rules
===================================================================
--- branches/SAMBA_4_0/packaging/debian/rules   2005-07-26 18:04:03 UTC (rev 
8783)
+++ branches/SAMBA_4_0/packaging/debian/rules   2005-07-26 18:20:17 UTC (rev 
8784)
@@ -24,7 +24,7 @@
                --with-syslog \
                --with-readline \
                --with-ldap 
-       cd $(SOURCEPATH)/build/pidl && perl Makefile.PL PREFIX=/usr
+       cd $(SOURCEPATH)/build/pidl && perl Makefile.PL verbose 
INSTALLDIRS=vendor PREFIX=/usr
        touch $@
 
 build: configure

Reply via email to