Now making successful debian source and binary package with new

set-up.  Pretty cool, if this package was an official package it would
use kernel-sources* package, but instead, I made some minor
modifications since I don't want to have to dl kernel sources
every time a compile is done, and kernel.org is still the definitive
place for the source.
This commit is contained in:
freesource
2002-12-18 19:03:13 +00:00
parent 95c1b23508
commit 187bd81bcd
8 changed files with 57 additions and 26 deletions
+5 -2
View File
@@ -2,10 +2,10 @@ Source: gbootroot
Section: utils
Priority: optional
Maintainer: Jonathan Rosenbaum <freesource@users.sourceforge.net>
Build-Depends: debhelper (>> 3.0.0)
Build-Depends: debhelper (>> 3.0.0), binutils, fileutils (>= 4.0), gcc | c-compiler, make, libc-dev, bin86, wget
Standards-Version: 3.5.2
Package: gbootroot
Package: gbootroot
Architecture: i386
Depends: ${perl:Depends}, perl-modules, libgtk-perl (>= 0.7002), libc6 (>= 2.1.2), libexpect-perl, ash, file, binutils, bzip2
Recommends: dswim, lilo
@@ -23,3 +23,6 @@ Description: Boot/Root Filesystem Distribution testing and creation.
.
deb http://prdownloads.sourceforge.net/gbootroot ./
deb http://prdownloads.sourceforge.net/avd ./
.
See manual for instructions on how to add lines to your sources.list so that
apt-get may be used for both binary and source packages.