r9809 - in /desktop/experimental/gnome-utils/debian: changelog rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Thu Apr 12 13:07:43 UTC 2007


Author: lool
Date: Thu Apr 12 13:07:42 2007
New Revision: 9809

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=9809
Log:
* Drop useless INSTALL_PROGRAM definition.

Modified:
    desktop/experimental/gnome-utils/debian/changelog
    desktop/experimental/gnome-utils/debian/rules

Modified: desktop/experimental/gnome-utils/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-utils/debian/changelog?rev=9809&op=diff
==============================================================================
--- desktop/experimental/gnome-utils/debian/changelog (original)
+++ desktop/experimental/gnome-utils/debian/changelog Thu Apr 12 13:07:42 2007
@@ -1,3 +1,9 @@
+gnome-utils (2.18.0-2) UNRELEASED; urgency=low
+
+  * Drop useless INSTALL_PROGRAM definition.
+
+ -- Loic Minier <lool at dooz.org>  Thu, 12 Apr 2007 15:07:28 +0200
+
 gnome-utils (2.18.0-1) experimental; urgency=low
 
   * gnome-screenshot man page updates by Theppitak Karoonboonyanan;

Modified: desktop/experimental/gnome-utils/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-utils/debian/rules?rev=9809&op=diff
==============================================================================
--- desktop/experimental/gnome-utils/debian/rules (original)
+++ desktop/experimental/gnome-utils/debian/rules Thu Apr 12 13:07:42 2007
@@ -15,7 +15,8 @@
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
 CFLAGS = -g
-INSTALL_PROGRAM = /usr/bin/install -c
+
+CFLAGS += -Wall -g
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
         CFLAGS += -O0
@@ -65,7 +66,7 @@
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-	INSTALL_PROGRAM="$(INSTALL_PROGRAM)" GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 $(MAKE) install DESTDIR=$(CURDIR)/debian/gnome-utils prefix=$(DESTDIR)/usr
+	GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 $(MAKE) install DESTDIR=$(CURDIR)/debian/gnome-utils prefix=$(DESTDIR)/usr
 #	Remove scrollkeeper generated files. Re-created in postinst
 #	on user's system
 	-rm -rf $(CURDIR)/debian/gnome-utils/usr/var




More information about the pkg-gnome-commits mailing list