[Glibc-bsd-commits] r2737 - trunk/freebsd-utils/debian

Aurelien Jarno aurel32 at alioth.debian.org
Sat Aug 22 17:42:32 UTC 2009


Author: aurel32
Date: 2009-08-22 17:42:32 +0000 (Sat, 22 Aug 2009)
New Revision: 2737

Modified:
   trunk/freebsd-utils/debian/changelog
   trunk/freebsd-utils/debian/rules
Log:
  * debian/rules: also fetch kenv in the get-orig-source.



Modified: trunk/freebsd-utils/debian/changelog
===================================================================
--- trunk/freebsd-utils/debian/changelog	2009-08-22 17:37:54 UTC (rev 2736)
+++ trunk/freebsd-utils/debian/changelog	2009-08-22 17:42:32 UTC (rev 2737)
@@ -4,8 +4,9 @@
     kldutils.init.
   * debian/freebsd-utils.init: avoid printing error messages during
     boot.
+  * debian/rules: also fetch kenv in the get-orig-source.
 
- -- Aurelien Jarno <aurel32 at debian.org>  Sat, 22 Aug 2009 13:32:17 +0200
+ -- Aurelien Jarno <aurel32 at debian.org>  Sat, 22 Aug 2009 19:42:25 +0200
 
 freebsd-utils (7.2-8) unstable; urgency=low
 

Modified: trunk/freebsd-utils/debian/rules
===================================================================
--- trunk/freebsd-utils/debian/rules	2009-08-22 17:37:54 UTC (rev 2736)
+++ trunk/freebsd-utils/debian/rules	2009-08-22 17:42:32 UTC (rev 2737)
@@ -36,7 +36,7 @@
 		 sbin/mount_ntfs sbin/mount_nullfs sbin/mount_udf sbin/mount_unionfs \
 		 sbin/mount_autofs sbin/mount_reiserfs sbin/mount \
 		 sbin/mdconfig sbin/ccdconfig sbin/swapon \
-	         sbin/gbde sbin/geom \
+	         sbin/gbde sbin/geom bin/kenv \
 		 usr.sbin/kbdcontrol share/syscons/keymaps ; do \
 	    svn export $(SVN)/$$i $(ORIGDIR)/$$i ; \
 	done




More information about the Glibc-bsd-commits mailing list