From d23117e5229709b40af9bd241a93e88fa6459d80 Mon Sep 17 00:00:00 2001 From: Uwe Kleine-König Date: Thu, 6 Aug 2009 22:28:06 +0200 Subject: scripts/make_deb.sh: add some fields to debian/control MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Without "Section:" reprepro fails to add the resulting debs to the archive. "Bugs:" is to prevent that bug reports go to Debian's bts, "Origin:" and "Homepage:" is to push forward with the world domination project. Acked-by: Marc Kleine-Budde Cc: Robert Schwebel Signed-off-by: Uwe Kleine-König --- scripts/make_deb.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/make_deb.sh b/scripts/make_deb.sh index 8366c44..71f5e38 100755 --- a/scripts/make_deb.sh +++ b/scripts/make_deb.sh @@ -40,8 +40,12 @@ Version: ${version} Priority: optional Architecture: ${arch} Essential: no +Section: devel Maintainer: Pengutronix Description: ${package} +Origin: pengutronix.de +Homepage: http://www.pengutronix.de/oselas/toolchain/ +Bugs: mailto:bugs@pengutronix.de EOF #Depends: autoconf, automake, libtool, flex, bison, gcc, g++, python-dev, libncurses5-dev, gawk, pkg-config, make, diff, patch, quilt # copy data -- cgit v1.2.3