Author: aurel32
Date: 2009-07-30 23:03:39 +0000 (Thu, 30 Jul 2009)
New Revision: 3724

Modified:
   glibc-package/branches/eglibc-2.10/debian/changelog
   glibc-package/branches/eglibc-2.10/debian/rules.d/tarball.mk
Log:
  * debian/rules.d/tarball.mk: store the checkout revision in the tarball
    (file .svn-revision).



Modified: glibc-package/branches/eglibc-2.10/debian/changelog
===================================================================
--- glibc-package/branches/eglibc-2.10/debian/changelog 2009-07-30 22:37:47 UTC 
(rev 3723)
+++ glibc-package/branches/eglibc-2.10/debian/changelog 2009-07-30 23:03:39 UTC 
(rev 3724)
@@ -95,9 +95,11 @@
   * Add debian/patches/alpha/submitted-rtld-fPIC.diff to fix build on alpha.
   * Add debian/patches/any/submitted-getent-gshadow.diff to add gshadow 
     support to getent.
-  * Add hppa/local-hppa-nptl.diff and ppa/local-ports-hppa-nptl.diff from
+  * Add hppa/local-hppa-nptl.diff and hppa/local-ports-hppa-nptl.diff from
     Carlos O'Donell to keep ABI compatibility between linuxthreads and NPTL
     on HPPA.
+  * debian/rules.d/tarball.mk: store the checkout revision in the tarball
+    (file .svn-revision).
 
   [ Petr Salinger ]
   * Add kfreebsd/local-no-SOCK_NONBLOCK.diff to fix build on GNU/kFreeBSD.

Modified: glibc-package/branches/eglibc-2.10/debian/rules.d/tarball.mk
===================================================================
--- glibc-package/branches/eglibc-2.10/debian/rules.d/tarball.mk        
2009-07-30 22:37:47 UTC (rev 3723)
+++ glibc-package/branches/eglibc-2.10/debian/rules.d/tarball.mk        
2009-07-30 23:03:39 UTC (rev 3724)
@@ -11,6 +11,7 @@
        svn export $(EGLIBC_CHECKOUT)/linuxthreads/linuxthreads 
$(EGLIBC_DIR)/linuxthreads
        svn export $(EGLIBC_CHECKOUT)/linuxthreads/linuxthreads_db 
$(EGLIBC_DIR)/linuxthreads_db
        svn export $(EGLIBC_CHECKOUT)/ports $(EGLIBC_DIR)/ports
+       svn status -v $(EGLIBC_CHECKOUT)/libc/ChangeLog | sed '1,1s/^ 
\+\([0-9]\+\).*/\1/g' > $(EGLIBC_DIR)/.svn-revision
        rm -fr $(EGLIBC_DIR)/manual
        tar -zcf $(DEB_ORIG) $(EGLIBC_DIR)
        rm -rf $(EGLIBC_DIR) $(EGLIBC_CHECKOUT)


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to