[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r6235 - in glibc-package/trunk/debian: . rules.d



Author: aurel32
Date: 2014-08-14 15:58:26 +0000 (Thu, 14 Aug 2014)
New Revision: 6235

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/control
   glibc-package/trunk/debian/rules.d/control.mk
Log:
debian/rules.d/control.mk: don't add libc6{,-dev}-{armel,armhf}
packages in debian/control as we don't build them in Debian. New dak
code checks for NEW packages directly in debian/control.

Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2014-08-14 14:13:43 UTC (rev 6234)
+++ glibc-package/trunk/debian/changelog	2014-08-14 15:58:26 UTC (rev 6235)
@@ -1,6 +1,8 @@
 glibc (2.19-9) UNRELEASED; urgency=medium
 
-  * 
+  * debian/rules.d/control.mk: don't add libc6{,-dev}-{armel,armhf}
+    packages in debian/control as we don't build them in Debian. New dak
+    code checks for NEW packages directly in debian/control.
 
  -- Aurelien Jarno <aurel32@debian.org>  Thu, 14 Aug 2014 16:13:32 +0200
 

Modified: glibc-package/trunk/debian/control
===================================================================
--- glibc-package/trunk/debian/control	2014-08-14 14:13:43 UTC (rev 6234)
+++ glibc-package/trunk/debian/control	2014-08-14 15:58:26 UTC (rev 6235)
@@ -798,52 +798,6 @@
  which use the standard C library. This is the 64bit version of the
  library, meant for MIPS64 systems.
 
-Package: libc6-armhf
-Architecture: armel
-Section: libs
-Priority: optional
-Depends: libc6 (= ${binary:Version}), ${misc:Depends}
-Build-Profiles: !stage1 !nobiarch
-Description: GNU C Library: ARM hard float shared libraries for armel
- This package includes shared versions of the standard C
- library and the standard math library, as well as many others.
- This is the ARM hard float version of the library, meant for armel systems.
-
-Package: libc6-dev-armhf
-Architecture: armel
-Section: libdevel
-Priority: optional
-Depends: libc6-armhf (= ${binary:Version}), libc6-dev (= ${binary:Version}), ${misc:Depends}
-Recommends: gcc-multilib
-Build-Profiles: !nobiarch
-Description: GNU C Library: ARM hard float development libraries for armel
- Contains the symlinks and object files needed to compile and link programs
- which use the standard C library. This is the ARM hard float version of the
- library, meant for armel systems.
-
-Package: libc6-armel
-Architecture: armhf
-Section: libs
-Priority: optional
-Depends: libc6 (= ${binary:Version}), ${misc:Depends}
-Build-Profiles: !stage1 !nobiarch
-Description: GNU C Library: ARM softfp shared libraries for armhf
- This package includes shared versions of the standard C
- library and the standard math library, as well as many others.
- This is the ARM softfp version of the library, meant for armhf systems.
-
-Package: libc6-dev-armel
-Architecture: armhf
-Section: libdevel
-Priority: optional
-Depends: libc6-armel (= ${binary:Version}), libc6-dev (= ${binary:Version}), ${misc:Depends}
-Recommends: gcc-multilib
-Build-Profiles: !nobiarch
-Description: GNU C Library: ARM softfp development libraries for armhf
- Contains the symlinks and object files needed to compile and link programs
- which use the standard C library. This is the ARM softfp version of the
- library, meant for armhf systems.
-
 Package: libc0.1-i386
 Architecture: kfreebsd-amd64
 Section: libs

Modified: glibc-package/trunk/debian/rules.d/control.mk
===================================================================
--- glibc-package/trunk/debian/rules.d/control.mk	2014-08-14 14:13:43 UTC (rev 6234)
+++ glibc-package/trunk/debian/rules.d/control.mk	2014-08-14 15:58:26 UTC (rev 6235)
@@ -36,8 +36,8 @@
 	cat debian/control.in/mips32		>> $@T
 	cat debian/control.in/mipsn32		>> $@T
 	cat debian/control.in/mips64		>> $@T
-	cat debian/control.in/armhf		>> $@T
-	cat debian/control.in/armel		>> $@T
+#	cat debian/control.in/armhf		>> $@T
+#	cat debian/control.in/armel		>> $@T
 	cat debian/control.in/kfreebsd-i386	>> $@T
 	cat debian/control.in/x32		>> $@T
 	cat debian/control.in/opt		>> $@T


Reply to: