[pkg-horde] [COMMIT lionel turba--sid--2--patch-4] Ensure arch meta-data doesn't get into the package

Lionel Elie Mamane lmamane at costa.debian.org
Thu Apr 6 17:35:03 UTC 2006


A  {arch}/turba/turba--sid/turba--sid--2/pkg-horde-hackers at lists.alioth.debian.org--2006/patch-log/patch-4
M  debian/rules
M  debian/changelog

--- /dev/null
+++ {arch}/turba/turba--sid/turba--sid--2/pkg-horde-hackers at lists.alioth.debian.org--2006/patch-log/patch-4
@@ -0,0 +1,12 @@
+Revision: turba--sid--2--patch-4
+Archive: pkg-horde-hackers at lists.alioth.debian.org--2006
+Creator: Lionel Elie Mamane <lionel at mamane.lu>
+Date: Thu Apr  6 19:31:03 CEST 2006
+Standard-date: 2006-04-06 17:31:03 GMT
+Modified-files: debian/changelog debian/rules
+New-patches: pkg-horde-hackers at lists.alioth.debian.org--2006/turba--sid--2--patch-4
+Summary: Ensure arch meta-data doesn't get into the package
+Keywords: 
+
+
+


--- orig/debian/rules
+++ mod/debian/rules
@@ -4,7 +4,7 @@
 #export DH_VERBOSE=1
 
 # List all Files and directories here that should not be copied
-COPY_EXCLUDE=^(configure-stamp|build-stamp|config|COPYING|debian|docs|po|README|scripts)$
+COPY_EXCLUDE=^(\{arch\}|configure-stamp|build-stamp|config|COPYING|debian|docs|po|README|scripts)$
 
 configure: configure-stamp
 configure-stamp:
@@ -78,7 +78,7 @@
 binary-arch: build install
 	dh_testdir
 	dh_testroot
-	dh_installchangelogs 
+	dh_installchangelogs
 	dh_installdocs
 	mv debian/turba2/usr/share/doc/turba2/CHANGES \
 		debian/turba2/usr/share/doc/turba2/changelog
@@ -87,6 +87,8 @@
 	dh_strip
 	dh_compress
 	dh_fixperms
+	#Remove arch meta-data
+	find debian/turba2 -depth -name ".arch-ids" -exec rm -Rf {} \;
 	dh_installdeb
 	dh_shlibdeps
 	dh_gencontrol


--- orig/debian/changelog
+++ mod/debian/changelog
@@ -2,8 +2,9 @@
 
   * New upstream release, compatible with horde 3.1
   * Move to team maintainership.
+  * Ensure arch metadata doesn't get into the package
 
- -- Lionel Elie Mamane <lmamane at debian.org>  Thu,  6 Apr 2006 19:23:45 +0200
+ -- Lionel Elie Mamane <lmamane at debian.org>  Thu,  6 Apr 2006 19:30:12 +0200
 
 turba2 (2.0.5-1) unstable; urgency=high
 




More information about the pkg-horde-hackers mailing list