diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-10-21 17:21:28 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-10-21 17:21:28 +0000 |
commit | a2ad0ad108a770f19e2c4ae186304651a910ebd0 (patch) | |
tree | 76bfe6ea2aae5a35f694ff5b4dc11f264792b4df /package/lua | |
parent | 2fdd6b3e33f78388e10048547b637d9236992a8e (diff) | |
download | upstream-a2ad0ad108a770f19e2c4ae186304651a910ebd0.tar.gz upstream-a2ad0ad108a770f19e2c4ae186304651a910ebd0.tar.bz2 upstream-a2ad0ad108a770f19e2c4ae186304651a910ebd0.zip |
remove Maintainer: and Source: from packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2210 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/lua')
-rw-r--r-- | package/lua/ipkg/liblua.control | 4 | ||||
-rw-r--r-- | package/lua/ipkg/lua-examples.control | 4 | ||||
-rw-r--r-- | package/lua/ipkg/lua.control | 4 | ||||
-rw-r--r-- | package/lua/ipkg/luac.control | 4 |
4 files changed, 0 insertions, 16 deletions
diff --git a/package/lua/ipkg/liblua.control b/package/lua/ipkg/liblua.control index 6e727cbee8..502523a53c 100644 --- a/package/lua/ipkg/liblua.control +++ b/package/lua/ipkg/liblua.control @@ -1,8 +1,4 @@ Package: liblua Priority: optional Section: libs -Version: [TBDL] -Architecture: [TBDL] -Maintainer: Nico <nthill@free.fr> -Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/lua/ Description: LUA programming language shared libraries diff --git a/package/lua/ipkg/lua-examples.control b/package/lua/ipkg/lua-examples.control index ccbd5cde7e..fc0e46e074 100644 --- a/package/lua/ipkg/lua-examples.control +++ b/package/lua/ipkg/lua-examples.control @@ -1,9 +1,5 @@ Package: lua-examples Priority: optional Section: devel -Version: [TBDL] -Architecture: [TBDL] -Maintainer: Nico <nthill@free.fr> -Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/lua/ Description: LUA programming language examples Depends: lua diff --git a/package/lua/ipkg/lua.control b/package/lua/ipkg/lua.control index 4a3ece7954..a938103ee5 100644 --- a/package/lua/ipkg/lua.control +++ b/package/lua/ipkg/lua.control @@ -1,9 +1,5 @@ Package: lua Priority: optional Section: admin -Version: [TBDL] -Architecture: [TBDL] -Maintainer: Nico <nthill@free.fr> -Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/lua/ Description: LUA programming language interpreter Depends: liblua diff --git a/package/lua/ipkg/luac.control b/package/lua/ipkg/luac.control index c4b8c9acfe..f379f9e45b 100644 --- a/package/lua/ipkg/luac.control +++ b/package/lua/ipkg/luac.control @@ -1,9 +1,5 @@ Package: luac Priority: optional Section: devel -Version: [TBDL] -Architecture: [TBDL] -Maintainer: Nico <nthill@free.fr> -Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/lua/ Description: LUA programming language compiler Depends: liblua |