Make the "distclean" target while packaging
This commit is contained in:
parent
6b174115cf
commit
525a2c3a41
|
@ -242,6 +242,7 @@ _package_debian()
|
|||
#cleanup
|
||||
$DEBUG $MAKE distclean || return 2
|
||||
|
||||
|
||||
#initialization
|
||||
$DEBUG $MKDIR -- "debian" "debian/source" || return 2
|
||||
|
||||
|
@ -598,6 +599,9 @@ EOF
|
|||
override_dh_auto_build:
|
||||
\$(MAKE) PREFIX="/usr"
|
||||
|
||||
override_dh_auto_clean:
|
||||
\$(MAKE) distclean
|
||||
|
||||
override_dh_auto_install:
|
||||
\$(MAKE) DESTDIR="$destdir" PREFIX="/usr" install
|
||||
EOF
|
||||
|
|
Loading…
Reference in New Issue
Block a user