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
+16
View File
@@ -1,3 +1,19 @@
gbootroot (1.4.0-1) unstable; urgency=low
* Had to add user-mode-linux/usr/lib/uml to the path to allow --home
to find port-helper, or otherwise root_fs complain. Have no idea
why this change exists with port-helper because wasn't the case
before. Also, added path for user-mode-linux/usr/bin to find the
other tools.
* When root_fs_helper was running with the newer Expect.pm, and
consequentially the newer uml kernel it became necessary to get out
when the kernel shuts down with a last function right when it says
"Power down."
* Checks for the proper version for newer libc6 linkers. Hopefully,
should work properly with libc6 > 2.3.1, too.
-- Jonathan Rosenbaum <freesource@users.sourceforge.net> Wed, 18 Dec 2002 02:26:53 -0500
gbootroot (1.3.6-1) unstable; urgency=low
* Updated to 2.4.18-2um and the latest uml tools 20020212, including
+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.
+2 -2
View File
@@ -11,9 +11,8 @@ export DH_COMPAT=3
configure: configure-stamp
configure-stamp:
dh_testdir
# Add here commands to configure the package.
# Add here commands to configure the package.
touch configure-stamp
build: configure-stamp build-stamp
@@ -33,6 +32,7 @@ clean:
# Add here commands to clean up after the build process.
-$(MAKE) clean
-$(MAKE) clean-sources
dh_clean