Browse Source

opkg: remove ChangeLog, add AUTHORS, remove maintainer-mode


git-svn-id: http://opkg.googlecode.com/svn/trunk@152 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
ticktock35 15 years ago
parent
commit
7d7af9a2b4
3 changed files with 9 additions and 10 deletions
  1. 7 5
      AUTHORS
  2. 1 4
      ChangeLog
  3. 1 1
      autogen.sh

+ 7 - 5
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>

+ 1 - 4
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 :/

+ 1 - 1
autogen.sh

@@ -1,5 +1,5 @@
 #! /bin/sh
 autoreconf -v --install || exit 1
 glib-gettextize --force --copy || exit 1
-./configure --enable-maintainer-mode "$@"
+./configure "$@"