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
+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