[Pkg-xfce-commits] r5153 - desktop/trunk/gtk2-engines-xfce/debian

Yves-Alexis Perez corsac at alioth.debian.org
Wed Mar 30 02:38:44 UTC 2011


Author: corsac
Date: 2011-03-30 14:38:36 +0000 (Wed, 30 Mar 2011)
New Revision: 5153

Added:
   desktop/trunk/gtk2-engines-xfce/debian/source/
Modified:
   desktop/trunk/gtk2-engines-xfce/debian/changelog
   desktop/trunk/gtk2-engines-xfce/debian/control
   desktop/trunk/gtk2-engines-xfce/debian/copyright
   desktop/trunk/gtk2-engines-xfce/debian/rules
Log:
merge experimental branch, prepare for release to unstable


Modified: desktop/trunk/gtk2-engines-xfce/debian/changelog
===================================================================
--- desktop/trunk/gtk2-engines-xfce/debian/changelog	2011-03-23 15:57:44 UTC (rev 5152)
+++ desktop/trunk/gtk2-engines-xfce/debian/changelog	2011-03-30 14:38:36 UTC (rev 5153)
@@ -1,9 +1,29 @@
-gtk2-engines-xfce (2.6.0-3) UNRELEASED; urgency=low
+gtk2-engines-xfce (2.8.1-1) experimental; urgency=low
 
+  * New upstream release.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Sun, 06 Mar 2011 13:12:35 +0100
+
+gtk2-engines-xfce (2.8.0-1) experimental; urgency=low
+
+  [ Stefan Ott ]
   * debian/watch edited to track Xfce archive reorganisation.
 
- -- Stefan Ott <stefan at ott.net>  Thu, 11 Mar 2010 19:07:19 +0100
+  [ Yves-Alexis Perez ]
+  * New upstream release.
+  * Switch to 3.0 (quilt) source format.
+  * debian/rules:
+    - switch to dh 7 tiny rules
+    - pick {C,LD}FLAGS from dpkg-buildflags.
+    - add hardening flags to {C,LD}FLAGS.
+    - add -O1, -z,defs and --as-needed to LDFLAGS
+  * debian/control:
+    - add build-dep on hardening-includes.
+    - update standards version to 3.9.1.
+  * debian/copyright file updated for new release.
 
+ -- Yves-Alexis Perez <corsac at debian.org>  Sun, 06 Feb 2011 16:16:44 +0100
+
 gtk2-engines-xfce (2.6.0-2) unstable; urgency=low
 
   * Upload to unstable and mark fixed bugs as such:

Modified: desktop/trunk/gtk2-engines-xfce/debian/control
===================================================================
--- desktop/trunk/gtk2-engines-xfce/debian/control	2011-03-23 15:57:44 UTC (rev 5152)
+++ desktop/trunk/gtk2-engines-xfce/debian/control	2011-03-30 14:38:36 UTC (rev 5153)
@@ -3,8 +3,9 @@
 Priority: optional
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
 Uploaders: Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Yves-Alexis Perez <corsac at debian.org>
-Build-Depends: debhelper (>= 7), libgtk2.0-dev (>= 2.10.1), libx11-dev (> 2:1.0.0-6), chrpath
-Standards-Version: 3.8.1
+Build-Depends: debhelper (>= 7.0.50~), libgtk2.0-dev (>= 2.10.1), 
+ libx11-dev (>> 2:1.0.0-6), chrpath, hardening-includes
+Standards-Version: 3.9.1
 Homepage: http://www.xfce.org/
 Vcs-Svn: svn://svn.debian.org/pkg-xfce/desktop/trunk/gtk2-engines-xfce/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/gtk2-engines-xfce/

Modified: desktop/trunk/gtk2-engines-xfce/debian/copyright
===================================================================
--- desktop/trunk/gtk2-engines-xfce/debian/copyright	2011-03-23 15:57:44 UTC (rev 5152)
+++ desktop/trunk/gtk2-engines-xfce/debian/copyright	2011-03-30 14:38:36 UTC (rev 5153)
@@ -14,13 +14,14 @@
    Portions based on original GTK theme
    Portions based on Smooth theme by Andrew Johnson <ajgenius at ajgenius.us>
    Portions based on IceGradient theme by  Tim Gerla <timg at means.net>
-       Tomas <C3><96>gren <stric at ing.umu.se>
+       Tomas Ögren <stric at ing.umu.se>
        JM Perez <jose.perez at upcnet.es>
    Portions based on Wonderland theme by Garrett LeSage
     Alexander Larsson
     Owen Taylor <otaylor at redhat.com>
 
-gtk2-engines-xfce is © 1999-2009 Olivier Fourdan
+gtk2-engines-xfce is © 1999-2011 Olivier Fourdan
+
 License:
 
    This package is free software; you can redistribute it and/or modify

Modified: desktop/trunk/gtk2-engines-xfce/debian/rules
===================================================================
--- desktop/trunk/gtk2-engines-xfce/debian/rules	2011-03-23 15:57:44 UTC (rev 5152)
+++ desktop/trunk/gtk2-engines-xfce/debian/rules	2011-03-30 14:38:36 UTC (rev 5153)
@@ -1,78 +1,18 @@
 #!/usr/bin/make -f
 
-DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+include /usr/share/hardening-includes/hardening.make
 
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -O0
-else
-	CFLAGS += -O2
-endif
+LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS)
+CFLAGS=$(shell dpkg-buildflags --get CFLAGS)
+LDFLAGS+=$(HARDENING_LDFLAGS)-Wl,-O1 -Wl,-z,defs -Wl,--as-needed
+CFLAGS+=$(HARDENING_CFLAGS)
 
-LDFLAGS +=-Wl,-z,-defs -Wl,--as-needed
+export CFLAGS LDFLAGS
 
-configure: configure-stamp
-configure-stamp:
-	
-	dh_testdir
-	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr
-	touch configure-stamp
+override_dh_install:
+	rm -f debian/gtk2-engines-xfce/usr/lib/gtk-2.0/2.10.0/engines/libxfce.a
+	rm -f debian/gtk2-engines-xfce/usr/lib/gtk-2.0/2.10.0/engines/libxfce.la
+	dh_install
 
-build: build-stamp
-
-build-stamp:  configure-stamp
-
-	dh_testdir
-	$(MAKE)
-	touch build-stamp
-
-clean:
-	
-	dh_testdir
-	dh_testroot
-	rm -f configure-stamp build-stamp 
-
-	[ ! -f Makefile ] || $(MAKE) distclean
-
-	dh_clean
-
-install: build
-	
-	dh_testdir
-	dh_testroot
-	dh_prep
-
-	$(MAKE) install DESTDIR=`pwd`/debian/gtk2-engines-xfce
-
-	#Don't ship .la files:
-	rm -f `pwd`/debian/gtk2-engines-xfce/usr/lib/gtk-2.0/2.10.0/engines/libxfce.a
-	rm -f `pwd`/debian/gtk2-engines-xfce/usr/lib/gtk-2.0/2.10.0/engines/libxfce.la
-
-	chrpath -d -k `pwd`/debian/gtk2-engines-xfce/usr/lib/gtk-2.0/2.10.0/engines/libxfce.so
-
-binary-indep: build install
-
-binary-arch: build install
-	
-	dh_testdir
-	dh_testroot
-	
-	dh_installdocs
-	dh_installchangelogs ChangeLog
-
-	dh_gtkmodules
-
-	dh_strip
-	dh_compress
-
-	dh_fixperms
-	dh_installdeb
-	
-	dh_shlibdeps
-	dh_gencontrol
-	
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install 
+%:
+	dh $@




More information about the Pkg-xfce-commits mailing list