r1997 - in /unstable/evolution-data-server3/debian: changelog compat control rules

corsac at users.alioth.debian.org corsac at users.alioth.debian.org
Fri Sep 30 20:56:29 UTC 2011


Author: corsac
Date: Fri Sep 30 20:56:29 2011
New Revision: 1997

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=1997
Log:
  - update debhelper build-dep to 8.
  - drop hardening-includes
  - set hardening flags using cdbs.
* debian/compat bumped to 8.

Modified:
    unstable/evolution-data-server3/debian/changelog
    unstable/evolution-data-server3/debian/compat
    unstable/evolution-data-server3/debian/control
    unstable/evolution-data-server3/debian/rules

Modified: unstable/evolution-data-server3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server3/debian/changelog?rev=1997&op=diff
==============================================================================
--- unstable/evolution-data-server3/debian/changelog (original)
+++ unstable/evolution-data-server3/debian/changelog Fri Sep 30 20:56:29 2011
@@ -2,17 +2,17 @@
 
   * New upstream release.
     - correctly use secure connection (if used in imap) when storing mail in
-      sent folder.  This fixes CVE-2011-3355.                   closes: #641052
-  * debian/control:
-    - drop hardening-includes and update debhelper build-dep to 8.9.4 for
-      hardening flags
+      sent folder. This fixes CVE-2011-3355.                    closes: #641052
+  * debian/control:
+    - update debhelper build-dep to 8.
+    - drop hardening-includes
     - add build-dep on liboauth-dev
   * debian/rules:
-    - switch hardening flags setting to dh9 way.
+    - set hardening flags using cdbs.
     - use --disable-goa since libgoa is not in Debian.
-  * debian/compat bumped to 9.
-
- -- Yves-Alexis Perez <corsac at debian.org>  Fri, 30 Sep 2011 22:08:47 +0200
+  * debian/compat bumped to 8.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Fri, 30 Sep 2011 22:39:59 +0200
 
 evolution-data-server3 (3.0.3-2) unstable; urgency=low
 

Modified: unstable/evolution-data-server3/debian/compat
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server3/debian/compat?rev=1997&op=diff
==============================================================================
--- unstable/evolution-data-server3/debian/compat (original)
+++ unstable/evolution-data-server3/debian/compat Fri Sep 30 20:56:29 2011
@@ -1,1 +1,1 @@
-9
+8

Modified: unstable/evolution-data-server3/debian/control
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server3/debian/control?rev=1997&op=diff
==============================================================================
--- unstable/evolution-data-server3/debian/control (original)
+++ unstable/evolution-data-server3/debian/control Fri Sep 30 20:56:29 2011
@@ -17,7 +17,7 @@
 Homepage: http://www.gnome.org/projects/evolution/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-evolution/unstable/evolution-data-server
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server
-Build-Depends: debhelper (>= 8.9.4),
+Build-Depends: debhelper (>= 8),
                cdbs (>= 0.4.37),
                dpkg-dev (>= 1.14.16),
                pkg-config (>= 0.16),

Modified: unstable/evolution-data-server3/debian/rules
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server3/debian/rules?rev=1997&op=diff
==============================================================================
--- unstable/evolution-data-server3/debian/rules (original)
+++ unstable/evolution-data-server3/debian/rules Fri Sep 30 20:56:29 2011
@@ -11,15 +11,13 @@
 
 GNOME_MODULE := evolution-data-server
 
-DEB_SHLIBDEPS_INCLUDE += debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)
+DEB_SHLIBDEPS_INCLUDE += debian/tmp/usr/lib
 
 DEB_DH_MAKESHLIBS_ARGS_ALL += -V
 DEB_DH_MAKESHLIBS_ARGS_libcamel-1.2-23 += -V'libcamel-1.2-23 (>= $(DEB_GNOME_VERSION)), libcamel-1.2-23 (<< $(DEB_GNOME_NEXTVERSION))'
 
 export DEB_LDFLAGS_MAINT_APPEND=-Wl,-z,defs -Wl,--as-needed -Wl,-O1
 export DEB_BUILD_MAINT_OPTIONS=hardening=+pie,+bindnow
-
-DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 DEB_CONFIGURE_EXTRA_FLAGS += --sysconfdir=/etc \
 	--libexecdir=\$${prefix}/lib/evolution \
@@ -37,12 +35,12 @@
 DEB_FIXPERMS_EXCLUDE_evolution-data-server += usr/lib/evolution/camel-lock-helper*
 
 binary-install/evolution-data-server::
-	chgrp mail $(CURDIR)/debian/evolution-data-server/usr/lib/$(DEB_HOST_MULTIARCH)/evolution/camel-lock-helper*
-	chmod g+s $(CURDIR)/debian/evolution-data-server/usr/lib/$(DEB_HOST_MULTIARCH)/evolution/camel-lock-helper*
-	chrpath -d -k $(CURDIR)/debian/evolution-data-server/usr/lib/$(DEB_HOST_MULTIARCH)/evolution-data-server/*/*.so \
-		$(CURDIR)/debian/evolution-data-server/usr/lib/$(DEB_HOST_MULTIARCH)/evolution/camel*1.2
-	rm $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/evolution-data-server/*/*.la
-	rm $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la
+	chgrp mail $(CURDIR)/debian/evolution-data-server/usr/lib/evolution/camel-lock-helper*
+	chmod g+s $(CURDIR)/debian/evolution-data-server/usr/lib/evolution/camel-lock-helper*
+	chrpath -d -k $(CURDIR)/debian/evolution-data-server/usr/lib/evolution-data-server/*/*.so \
+		$(CURDIR)/debian/evolution-data-server/usr/lib/evolution/camel*1.2
+	rm $(CURDIR)/debian/tmp/usr/lib/evolution-data-server/*/*.la
+	rm $(CURDIR)/debian/tmp/usr/lib/*.la
 
 common-binary-post-install-indep::
 	dh_bugfiles -A




More information about the pkg-evolution-commits mailing list