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

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



Author: aurel32
Date: 2010-01-17 23:41:27 +0000 (Sun, 17 Jan 2010)
New Revision: 4092

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/rules.d/build.mk
Log:
  * debian/rules.d/build.mk: Add --with-pkgversion and --with-bugurl 
    arguments.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2010-01-17 20:28:23 UTC (rev 4091)
+++ glibc-package/trunk/debian/changelog	2010-01-17 23:41:27 UTC (rev 4092)
@@ -8,6 +8,8 @@
     malloc() done.  Closes: #562679.
   * Add patches/sh4/submitted-set_fpscr.diff to add __set_fpscr() prototype.
     Closes: #565369.
+  * debian/rules.d/build.mk: Add --with-pkgversion and --with-bugurl 
+    arguments.
 
   [ Samuel Thibault ]
   * patches/hurd-i386/local-pthread.diff: New hurd-only patch to provide
@@ -20,7 +22,7 @@
   * patches/hurd-i386/submitted-net.diff: New patch to factorize net/ files
     between Linux and Hurd.
 
- -- Aurelien Jarno <aurel32@debian.org>  Fri, 15 Jan 2010 16:49:26 +0100
+ -- Aurelien Jarno <aurel32@debian.org>  Mon, 18 Jan 2010 00:40:44 +0100
 
 eglibc (2.10.2-5) unstable; urgency=low
 

Modified: glibc-package/trunk/debian/rules.d/build.mk
===================================================================
--- glibc-package/trunk/debian/rules.d/build.mk	2010-01-17 20:28:23 UTC (rev 4091)
+++ glibc-package/trunk/debian/rules.d/build.mk	2010-01-17 23:41:27 UTC (rev 4092)
@@ -77,6 +77,8 @@
 		--enable-profile \
 		--without-selinux \
 		--enable-stackguard-randomization \
+		--with-pkgversion="Debian EGLIBC $(DEB_VERSION)" \
+		--with-bugurl="http://www.debian.org/Bugs/";
 		$(call xx,with_headers) $(call xx,extra_config_options))
 	touch $@
 


Reply to: