Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-08-24 02:16:22 +0400
committerEric Andersen <andersen@codepoet.org>2001-08-24 02:16:22 +0400
commitc960eda2eb6f70d51d4ca5625a203a2a916948a2 (patch)
tree3695ea34b3f6a15a4af611b770fa13a3a83cb8d1
parentc83f8e765d7e26b3b906e20e627d572e7c885a06 (diff)
Fix up the debian stuff for release
-rw-r--r--busybox/debian/Config.h-udeb2
-rw-r--r--busybox/debian/changelog9
2 files changed, 9 insertions, 2 deletions
diff --git a/busybox/debian/Config.h-udeb b/busybox/debian/Config.h-udeb
index 8e7594dc4..62ec7c046 100644
--- a/busybox/debian/Config.h-udeb
+++ b/busybox/debian/Config.h-udeb
@@ -8,7 +8,7 @@
//
// BusyBox Applications
//#define BB_ADJTIMEX
-//#define BB_AR
+#define BB_AR
//#define BB_ASH
#define BB_BASENAME
#define BB_CAT
diff --git a/busybox/debian/changelog b/busybox/debian/changelog
index 41274bdaf..b52cf8972 100644
--- a/busybox/debian/changelog
+++ b/busybox/debian/changelog
@@ -1,6 +1,13 @@
+busybox (1:0.60.1-1) unstable; urgency=low
+
+ * New stable version released. See changelog for details.
+ * Enabled 'ar' for the udeb
+
+ -- Erik Andersen <andersee@debian.org> Thu, 23 Aug 2001 15:44:14 -0600
+
busybox (1:0.60.0-1) unstable; urgency=low
- * New version released. See changelog for details.
+ * New stable version released. See changelog for details.
-- Erik Andersen <andersee@debian.org> Thu, 2 Aug 2001 12:12:37 -0600