./modest/debian r25: Drop INSTALL_PROGRAM handling unnecessary with dh_strip.

Loïc Minier lool at dooz.org
Thu Aug 28 01:56:42 UTC 2008


------------------------------------------------------------
revno: 25
committer: Loïc Minier <lool at dooz.org>
branch nick: debian
timestamp: Thu 2008-08-28 03:56:42 +0200
message:
  Drop INSTALL_PROGRAM handling unnecessary with dh_strip.
modified:
  debian/changelog
  debian/rules
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2008-08-28 01:55:46 +0000
+++ b/debian/changelog	2008-08-28 01:56:42 +0000
@@ -50,6 +50,7 @@
   * Update copyright and drop "author" since AUTHORS is obviously out of date.
   * Add Homepage field.
   * Build with -z defs, -O1, and --as-needed in LDFLAGS.
+  * Drop INSTALL_PROGRAM handling unnecessary with dh_strip.
 
  -- Jonny Lamb <jonnylamb at jonnylamb.com>  Fri, 27 Jun 2008 21:00:21 +0100
 

=== modified file 'debian/rules'
--- a/debian/rules	2008-08-28 01:55:46 +0000
+++ b/debian/rules	2008-08-28 01:56:42 +0000
@@ -25,8 +25,6 @@
 
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
-INSTALL_PROGRAM += $(if $(findstring nostrip,$(DEB_BUILD_OPTIONS)),-s)
-
 configure_flags += $(if $(findstring nolauncher,$(DEB_BUILD_OPTIONS)),--enable_maemo_launcher)
 configure_flags += $(if $(findstring debug,$(DEB_BUILD_OPTIONS)),--enable_debug)
 



More information about the pkg-maemo-commits mailing list