Author: rafl
Date: Thu Feb 23 12:34:29 2006
New Revision: 11717

Removed:
   trunk/debian/libparrot-dev.lintian-overrides
Modified:
   trunk/   (props changed)
   trunk/debian/changelog
   trunk/debian/rules
Log:
 [EMAIL PROTECTED]:  rafl | 2006-02-23 05:01:35 +0100
 * Debian changes for 0.4.2.


Modified: trunk/debian/changelog
==============================================================================
--- trunk/debian/changelog      (original)
+++ trunk/debian/changelog      Thu Feb 23 12:34:29 2006
@@ -1,3 +1,15 @@
+parrot (0.4.2-1) unstable; urgency=low
+
+  * New upstream release.
+  * Enabled optimisation.
+  * Added libreadline-dev to Build-Depends.
+  * Install parrot.pc for pkg-config.
+  * Removed lintian overrides. lintian now knows about parrot.
+  * Properly clean src/nci_test.o.
+  * Removed bc and m4 Build-Depends. They weren't really needed.
+
+ -- Florian Ragwitz <[EMAIL PROTECTED]>  Wed, 22 Feb 2006 23:40:06 +0100
+
 parrot (0.4.1-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/debian/rules
==============================================================================
--- trunk/debian/rules  (original)
+++ trunk/debian/rules  Thu Feb 23 12:34:29 2006
@@ -16,7 +16,7 @@ debian/control: debian/control.in VERSIO
 configure: debian/control configure-stamp
 configure-stamp:
        dh_testdir
-       perl Configure.pl --prefix=/usr
+       perl Configure.pl --prefix=/usr --optimize
        touch configure-stamp
 
 build: build-stamp
@@ -36,7 +36,7 @@ build-stamp: configure-stamp 
 clean:
        dh_testdir
        dh_testroot
-       rm -f build-stamp configure-stamp debian/parrot.1 
debian/parrot-config.1 debian/pdump.1 debian/disassemble.1 
debian/parrot-debugger.1 debian/pbc_info.1 debian/pbc_merge.1 
debian/libparrot$(SOVERSION).install
+       rm -f build-stamp configure-stamp debian/parrot.1 
debian/parrot-config.1 debian/pdump.1 debian/disassemble.1 
debian/parrot-debugger.1 debian/pbc_info.1 debian/pbc_merge.1 
debian/libparrot$(SOVERSION).install src/nci_test.o
        -$(MAKE) realclean
        dh_clean 
 
@@ -47,11 +47,9 @@ install: build debian/libparrot$(SOVERSI
        dh_testdir
        dh_testroot
        dh_clean -k 
-       dh_installdirs -plibparrot-dev usr/share/lintian/overrides
        $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
        dh_install --sourcedir=$(CURDIR)/debian/tmp --list-missing
        install -m755 $(CURDIR)/debian/tmp/usr/bin/pdb 
$(CURDIR)/debian/parrot/usr/bin/parrot-debugger
-       install -m644 debian/libparrot-dev.lintian-overrides 
$(CURDIR)/debian/libparrot-dev/usr/share/lintian/overrides/libparrot-dev
 
 # Build architecture-independent files here.
 binary-indep: build install

Reply via email to