[Glibc-bsd-commits] r2044 - trunk/type-handling/debian

aurel32 at alioth.debian.org aurel32 at alioth.debian.org
Wed Nov 21 15:59:02 UTC 2007


Author: aurel32
Date: 2007-11-21 15:59:02 +0000 (Wed, 21 Nov 2007)
New Revision: 2044

Modified:
   trunk/type-handling/debian/changelog
   trunk/type-handling/debian/control
   trunk/type-handling/debian/rules
Log:
  * Replace '_' by '-' in the Provides: line (Closes: bug# 452279). 
  * Bump Standards-Version to 3.7.2 (no changes).



Modified: trunk/type-handling/debian/changelog
===================================================================
--- trunk/type-handling/debian/changelog	2007-11-21 12:40:36 UTC (rev 2043)
+++ trunk/type-handling/debian/changelog	2007-11-21 15:59:02 UTC (rev 2044)
@@ -1,3 +1,10 @@
+type-handling (0.2.22) unstable; urgency=low
+
+  * Replace '_' by '-' in the Provides: line (Closes: bug# 452279). 
+  * Bump Standards-Version to 3.7.2 (no changes).
+
+ -- Aurelien Jarno <aurel32 at debian.org>  Wed, 21 Nov 2007 16:55:49 +0100
+
 type-handling (0.2.21) unstable; urgency=low
 
   * Add support for ABI variants like armel.

Modified: trunk/type-handling/debian/control
===================================================================
--- trunk/type-handling/debian/control	2007-11-21 12:40:36 UTC (rev 2043)
+++ trunk/type-handling/debian/control	2007-11-21 15:59:02 UTC (rev 2044)
@@ -4,11 +4,11 @@
 Maintainer: GNU/kFreeBSD Maintainers <debian-bsd at lists.debian.org>
 Uploaders: Aurelien Jarno <aurel32 at debian.org>, Guillem Jover <guillem at debian.org>
 Build-Depends: debhelper (>= 4.1.0), dpkg-dev (>= 1.14.0)
-Standards-Version: 3.6.2
+Standards-Version: 3.7.2
 
 Package: type-handling
 Architecture: any
-Provides: i386, linux-gnu, i386-linux-gnu, not+ia64, not+alpha, not+amd64, not+arm, not+hppa, not+m32r, not+m68k, not+mips, not+mipsel, not+powerpc, not+ppc64, not+s390, not+s390x, not+sh3, not+sh3eb, not+sh4, not+sh4eb, not+sparc, not+darwin, not+freebsd, not+hurd, not+kfreebsd, not+knetbsd, not+netbsd, not+openbsd
+Provides: linux, amd64, linux-gnu, x86-64-linux-gnu, , not+alpha, not+arm, not+armeb, not+hppa, not+i386, not+i486, not+ia64, not+m32r, not+m68k, not+mips, not+mipsel, not+powerpc, not+powerpc64, not+ppc64, not+s390, not+s390x, not+sh3, not+sh3eb, not+sh4, not+sh4eb, not+sparc, , not+bsd-darwin, not+bsd-freebsd, not+bsd-netbsd, not+bsd-openbsd, not+darwin, not+freebsd, not+gnu, not+gnu-hurd, not+gnu-kfreebsd, not+gnu-knetbsd, not+gnu-linux, not+gnueabi-linux, not+gnulp-linux, not+kfreebsd-gnu, not+knetbsd-gnu, not+linux-gnueabi, not+linux-gnulp, not+netbsd, not+openbsd, not+solaris, not+sysv-solaris
 Depends: dpkg-dev (>= 1.14.0)
 Description: dpkg architecture generation script
  This package provides a script known as "type-handling", whose purpose is

Modified: trunk/type-handling/debian/rules
===================================================================
--- trunk/type-handling/debian/rules	2007-11-21 12:40:36 UTC (rev 2043)
+++ trunk/type-handling/debian/rules	2007-11-21 15:59:02 UTC (rev 2044)
@@ -36,7 +36,7 @@
 build: build-stamp
 build-stamp:
 	dh_testdir
-	sed -i -e "s%^Provides: .*%Provides: $(provides)%g" debian/control
+	sed -i -e "s%^Provides: .*%Provides: $(provides)%g" -e "s/_/-/g" debian/control
 
 	TYPE_HANDLING_BOOTSTRAP=yes ./type-handling any linux	> "any:linux"
 	TYPE_HANDLING_BOOTSTRAP=yes ./type-handling i386 any	> "i386:any"




More information about the Glibc-bsd-commits mailing list