[svn:parrot] r43730 - trunk/ports/debian

allison at svn.parrot.org allison at svn.parrot.org
Sat Feb 6 23:54:22 UTC 2010


Author: allison
Date: Sat Feb  6 23:54:20 2010
New Revision: 43730
URL: https://trac.parrot.org/parrot/changeset/43730

Log:
Prepare for 2.0 packages.

Modified:
   trunk/ports/debian/changelog
   trunk/ports/debian/copyright
   trunk/ports/debian/rules

Modified: trunk/ports/debian/changelog
==============================================================================
--- trunk/ports/debian/changelog	Fri Feb  5 23:34:51 2010	(r43729)
+++ trunk/ports/debian/changelog	Sat Feb  6 23:54:20 2010	(r43730)
@@ -1,3 +1,8 @@
+parrot (2.0.0-1) unstable; urgency=low
+  * New upstream release
+
+ -- Allison Randal <allison at parrot.org>  Sat, 06 Feb 2010 19:51:01 +0000
+
 parrot (1.4.0-1) unstable; urgency=low
   * New upstream release
   * debian/rules:

Modified: trunk/ports/debian/copyright
==============================================================================
--- trunk/ports/debian/copyright	Fri Feb  5 23:34:51 2010	(r43729)
+++ trunk/ports/debian/copyright	Sat Feb  6 23:54:20 2010	(r43730)
@@ -8,7 +8,7 @@
 
 Copyright for most of the code is held by:
 
-Copyright (C) 2001-2009, Parrot Foundation.
+Copyright (C) 2001-2010, Parrot Foundation.
 
 Some files have a different copyright:
 

Modified: trunk/ports/debian/rules
==============================================================================
--- trunk/ports/debian/rules	Fri Feb  5 23:34:51 2010	(r43729)
+++ trunk/ports/debian/rules	Sat Feb  6 23:54:20 2010	(r43730)
@@ -62,7 +62,8 @@
 	dh_testdir
 	dh_testroot
 	dh_clean -k 
-	$(MAKE) install-dev DESTDIR=$(CURDIR)/debian/tmp
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}`pwd`/blib/lib
+	$(MAKE) install-doc DESTDIR=$(CURDIR)/debian/tmp
 	dh_installdirs
 	find $(CURDIR)/debian/tmp -type f
 	dh_install --sourcedir=$(CURDIR)/debian/tmp --list-missing


More information about the parrot-commits mailing list