r9562 - in /desktop/experimental/control-center/debian: changelog rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Sat Apr 7 14:52:24 UTC 2007


Author: lool
Date: Sat Apr  7 14:52:24 2007
New Revision: 9562

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=9562
Log:
* Drop commented out DEB_BUILDDIR completely; seems useless; cleanups.

Modified:
    desktop/experimental/control-center/debian/changelog
    desktop/experimental/control-center/debian/rules

Modified: desktop/experimental/control-center/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/control-center/debian/changelog?rev=9562&op=diff
==============================================================================
--- desktop/experimental/control-center/debian/changelog (original)
+++ desktop/experimental/control-center/debian/changelog Sat Apr  7 14:52:24 2007
@@ -29,7 +29,10 @@
     patch from SVN, "Initialise threads early, and fix option context
     translation". (patch taken from the ubuntu package)
 
- -- Riccardo Setti <giskard at debian.org>  Sat, 07 Apr 2007 15:11:34 +0200
+  [ Loic Minier ]
+  * Drop commented out DEB_BUILDDIR completely; seems useless; cleanups.
+
+ -- Loic Minier <lool at dooz.org>  Sat, 07 Apr 2007 16:51:57 +0200
 
 control-center (1:2.16.3-1) experimental; urgency=low
 

Modified: desktop/experimental/control-center/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/control-center/debian/rules?rev=9562&op=diff
==============================================================================
--- desktop/experimental/control-center/debian/rules (original)
+++ desktop/experimental/control-center/debian/rules Sat Apr  7 14:52:24 2007
@@ -1,6 +1,4 @@
 #!/usr/bin/make -f
-# -*- mode: makefile; coding: utf-8 -*-
-#
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
@@ -12,13 +10,12 @@
 include /usr/share/gnome-pkg-tools/1/rules/check-dist.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-#DEB_BUILDDIR = $(CURDIR)/debian/build
-DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-O1 -Wl,--as-needed"
+DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-z,defs -Wl,-O1 -Wl,--as-needed"
 DEB_CONFIGURE_EXTRA_FLAGS += --disable-mime-cache \
                              --disable-scrollkeeper \
                              --enable-aboutme \
                              --enable-gstreamer=0.10 \
-			     --disable-update-mimedb 
+                             --disable-update-mimedb
 
 DEB_CONFIGURE_LOCALSTATEDIR := /var/lib
 
@@ -29,12 +26,12 @@
 %.1: %.sgml
 	/usr/bin/docbook-to-man $< > $@
 
+clean::
+	rm -f $(DEB_INSTALL_MANPAGES_gnome-control-center)
+
 install/capplets-data::
 	rm -rf debian/tmp/etc/gconf/schemas/control-center.schemas
 
 binary-post-install/capplets-data::
 	rm -rf debian/capplets-data/usr/share/applications/mimeinfo.cache
 
-clean::
-	rm -f $(DEB_INSTALL_MANPAGES_gnome-control-center)
-#	rm -rf $(DEB_BUILDDIR)




More information about the pkg-gnome-commits mailing list