Author: rafl
Date: Wed Nov 16 13:11:11 2005
New Revision: 10041

Modified:
   /   (props changed)
   trunk/debian/control.in
   trunk/debian/libparrot-dev.lintian-overrides
   trunk/debian/rules
Log:
 [EMAIL PROTECTED]:  rafl | 2005-11-16 16:50:33 +0100
 Debian:
 * Fix lintian overrides for libparrot-dev.
 * libparrot-dev: no longer provide and conflict against libparrot-dev.
 * Do a make world_shared instead of make all shared when building.


Modified: trunk/debian/control.in
==============================================================================
--- trunk/debian/control.in     (original)
+++ trunk/debian/control.in     Wed Nov 16 13:11:11 2005
@@ -34,8 +34,6 @@ Package: libparrot-dev
 Architecture: all
 Section: libdevel
 Depends: libparrot%SOVERSION% (= ${Source-Version})
-Provides: libparrot-dev
-Conflicts: libparrot-dev
 Description: virtual machine to execute bytecode for interpreted languages
  Parrot is a virtual machine designed to execute bytecode for interpreted
  languages efficiently. Parrot will be the target for the Perl 6 compiler.

Modified: trunk/debian/libparrot-dev.lintian-overrides
==============================================================================
--- trunk/debian/libparrot-dev.lintian-overrides        (original)
+++ trunk/debian/libparrot-dev.lintian-overrides        Wed Nov 16 13:11:11 2005
@@ -1 +1 @@
-libparrot%SOVERSION%-dev: unusual-interpreter ./usr/bin/parrot-config.imc 
#!/usr/bin/parrot
+libparrot-dev: unusual-interpreter ./usr/bin/parrot-config.imc 
#!/usr/bin/parrot

Modified: trunk/debian/rules
==============================================================================
--- trunk/debian/rules  (original)
+++ trunk/debian/rules  Wed Nov 16 13:11:11 2005
@@ -23,7 +23,7 @@ build: build-stamp
 
 build-stamp: configure-stamp 
        dh_testdir
-       $(MAKE) all shared
+       $(MAKE) world_shared
        pod2man --section=1 --release="Debian Project" --center="Debian 
GNU/Linux manual" docs/running.pod debian/parrot.1
        pod2man --section=1 --release="Debian Project" --center="Debian 
GNU/Linux manual" parrot-config.imc debian/parrot-config.imc.1
        touch build-stamp

Reply via email to