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/curl | |
parent | 2fdd6b3e33f78388e10048547b637d9236992a8e (diff) | |
download | master-187ad058-a2ad0ad108a770f19e2c4ae186304651a910ebd0.tar.gz master-187ad058-a2ad0ad108a770f19e2c4ae186304651a910ebd0.tar.bz2 master-187ad058-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/curl')
-rw-r--r-- | package/curl/ipkg/curl.control | 2 | ||||
-rw-r--r-- | package/curl/ipkg/libcurl.control | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/package/curl/ipkg/curl.control b/package/curl/ipkg/curl.control index 47a7aa78b5..17ebb4169b 100644 --- a/package/curl/ipkg/curl.control +++ b/package/curl/ipkg/curl.control @@ -1,7 +1,5 @@ Package: curl Priority: optional Section: net -Maintainer: OpenWrt Developers Team <bugs@openwrt.org> -Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/curl/ Depends: libcurl Description: a client-side URL transfer tool diff --git a/package/curl/ipkg/libcurl.control b/package/curl/ipkg/libcurl.control index c105af1717..fa73b46c11 100644 --- a/package/curl/ipkg/libcurl.control +++ b/package/curl/ipkg/libcurl.control @@ -1,7 +1,5 @@ Package: libcurl Priority: optional Section: libs -Maintainer: OpenWrt Developers Team <bugs@openwrt.org> -Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/curl/ Depends: libopenssl, zlib Description: a client-side URL transfer library |