opkg: remove ChangeLog, add AUTHORS, remove maintainer-mode
authorticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>
Mon, 15 Dec 2008 05:28:19 +0000 (05:28 +0000)
committerticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>
Mon, 15 Dec 2008 05:28:19 +0000 (05:28 +0000)
git-svn-id: http://opkg.googlecode.com/svn/trunk@152 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358

AUTHORS
ChangeLog
autogen.sh

diff --git a/AUTHORS b/AUTHORS
index 17af84fdf72760afa75f51796b2ea9b73ac714dd..ef2bf2a0734a3e78247fedba2ab6a448cea9738d 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,5 +1,7 @@
-opkg actually is maintained by Pierluigi Frullani <pigi@frumar.it>
-
-opkg is being written by Carl Worth <cworth@handhelds.org> and Steve
-Ayer <steven.ayer@compaq.com>
-
+Opkg:
+       * Thomas Wood <thomas@openedhand.com>
+       * Tick Chen <tick@openmoko.com>
+Ipkg:
+       * Pierluigi Frullani <pigi@frumar.it>
+       * Carl Worth <cworth@handhelds.org>
+       * Steve Ayer <steven.ayer@compaq.com>
index 535171da292f73ae5ddf6b18dc3922215799edd5..e6cd3384dc69478ec5914194adacca313ba8666e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1 @@
-2008-02-29     Michael Lauer   <mickey@openmoko.org>
-
-       * src/opkg-frontend.c: fix include statement to make it build again
-       * many files: remove autogenerated stuff and familiar directory
+Please see svn log :/
index 73b217902cbdc4a6ff2e90443055d59c2085ad6f..95b5fbab50332303897dfd3ff23f5fc54740be3d 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
 autoreconf -v --install || exit 1
 glib-gettextize --force --copy || exit 1
-./configure --enable-maintainer-mode "$@"
+./configure "$@"