[Pkg-maemo-commits] r253 ./libosso/debian: * Made debian/rules set configure script executable.

Jonny Lamb jonnylamb at jonnylamb.com
Fri Dec 28 08:58:33 UTC 2007


------------------------------------------------------------
revno: 253
committer: Jonny Lamb <jonnylamb at jonnylamb.com>
branch nick: libosso
timestamp: Fri 2007-12-28 08:58:33 +0000
message:
  * Made debian/rules set configure script executable.
modified:
  debian/changelog
  debian/rules
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2007-12-27 21:12:16 +0000
+++ b/debian/changelog	2007-12-28 08:58:33 +0000
@@ -29,8 +29,9 @@
   * Add myself to Uploaders.
   * Merged with trunk branch.
   * Updated debian/copyright.
+  * Made debian/rules set configure script executable.
 
- -- Jonny Lamb <jonnylamb at jonnylamb.com>  Thu, 27 Dec 2007 21:12:03 +0000
+ -- Jonny Lamb <jonnylamb at jonnylamb.com>  Fri, 28 Dec 2007 08:57:15 +0000
 
 libosso (2.15-1~unreleased) unstable; urgency=low
 

=== modified file 'debian/rules'
--- a/debian/rules	2007-07-22 20:02:17 +0000
+++ b/debian/rules	2007-12-28 08:58:33 +0000
@@ -33,6 +33,7 @@
 
 config.status: configure
 	dh_testdir
+	chmod +x configure
 	# Add here commands to configure the package.
 	CFLAGS="$(CFLAGS)" ./configure $(configure_flags)
 



More information about the Pkg-maemo-commits mailing list