[Demudi-commits] r804 - gavl/trunk/debian

Free Ekanayaka free-guest at costa.debian.org
Fri Jun 16 09:31:15 UTC 2006


Author: free-guest
Date: 2006-06-16 09:31:06 +0000 (Fri, 16 Jun 2006)
New Revision: 804

Modified:
   gavl/trunk/debian/changelog
   gavl/trunk/debian/rules
Log:
* Fixed missing include file gavlconfig.h

Modified: gavl/trunk/debian/changelog
===================================================================
--- gavl/trunk/debian/changelog	2006-06-12 11:42:35 UTC (rev 803)
+++ gavl/trunk/debian/changelog	2006-06-16 09:31:06 UTC (rev 804)
@@ -1,3 +1,9 @@
+gavl (0.2.3-2) UNRELEASED; urgency=low
+
+  * Fixed missing include file gavlconfig.h
+
+ -- Free Ekanayaka <freee at debian.org>  Fri, 16 Jun 2006 11:31:02 +0200
+
 gavl (0.2.3-1) unstable; urgency=low
 
   * Initial release Closes: #  (367654 is the bug number of your ITP)

Modified: gavl/trunk/debian/rules
===================================================================
--- gavl/trunk/debian/rules	2006-06-12 11:42:35 UTC (rev 803)
+++ gavl/trunk/debian/rules	2006-06-16 09:31:06 UTC (rev 804)
@@ -80,7 +80,10 @@
 	# Add here commands to install the package into debian/tmp
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
 
+	# This header is not installed by default
+	cp include/gavlconfig.h $(CURDIR)/debian/tmp/usr/include
 
+
 # Build architecture-independent files here.
 binary-indep: build install
 # We have nothing to do by default.




More information about the Demudi-commits mailing list