./libwpeditor-plus/debian r11: Drop INSTALL_PROGRAM, we call dh_strip anyway.

Loïc Minier lool at dooz.org
Thu Aug 14 15:04:42 UTC 2008


------------------------------------------------------------
revno: 11
committer: Loïc Minier <lool at dooz.org>
branch nick: debian
timestamp: Thu 2008-08-14 17:04:42 +0200
message:
  Drop INSTALL_PROGRAM, we call dh_strip anyway.
modified:
  debian/changelog
  debian/rules
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2008-08-14 14:30:49 +0000
+++ b/debian/changelog	2008-08-14 15:04:42 +0000
@@ -28,6 +28,7 @@
     existence checks.
   * Pass CFLAGS in the ./configure environment instead of CXXFLAGS.
   * Let libwpeditor-plus-dev Recommend pkg-config.
+  * Drop INSTALL_PROGRAM, we call dh_strip anyway.
 
  -- Jonny Lamb <jonnylamb at jonnylamb.com>  Mon, 23 Jun 2008 01:26:26 +0100
 

=== modified file 'debian/rules'
--- a/debian/rules	2008-08-14 13:55:28 +0000
+++ b/debian/rules	2008-08-14 15:04:42 +0000
@@ -15,7 +15,6 @@
 CFLAGS += -Wall -g
 CFLAGS += -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2)
 CFLAGS += $(if $(findstring thumb,$(DEB_BUILD_OPTIONS)),-mthumb)
-INSTALL_PROGRAM += $(if $(findstring nostrip,$(DEB_BUILD_OPTIONS)),-s)
 
 config.status: config-stamp
 config-stamp:



More information about the pkg-maemo-commits mailing list