+debhelper (0.83) unstable; urgency=low
+
+ * Generate symlinks in build stage of debian/rules. cvs cannot create them
+ properly. Note that version 0.80 and 0.81 could not build some packages
+ because of missing symlinks.
+
+ -- Joey Hess <joeyh@master.debian.org> Tue, 31 Mar 1998 19:27:29 -0800
+
debhelper (0.81) unstable; urgency=low
* dh_movefiles: empty $tomove (#20495).
clean:
dh_testdir
dh_testroot
- rm -f build-stamp
+ rm -f build-stamp install-stamp
# Add here commands to clean up after the build process.
+ #-$(MAKE) clean
#-$(MAKE) distclean
dh_clean
+install: install-stamp
+install-stamp: build
+ dh_testdir
+ dh_testroot
+ dh_clean
+
+ # Add here commands to install the package into debian/tmp.
+ #$(MAKE) prefix=`pwd`/debian/tmp/usr install
+
+ touch install-stamp
+
# Build architecture-independent files here.
-binary-indep: build
+binary-indep: build install
# We have nothing to do by default.
# Build architecture-dependent files here.
-binary-arch: build
+binary-arch: build install
# dh_testversion
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs
-
- # Add here commands to install the files into debian/tmp
- #$(MAKE) prefix=`pwd`/debian/tmp install
-
dh_installdocs
dh_installexamples
dh_installmenu
clean:
dh_testdir
dh_testroot
- rm -f build-stamp
+ rm -f build-stamp install-stamp
# Add here commands to clean up after the build process.
+ #-$(MAKE) clean
#-$(MAKE) distclean
dh_clean
+install: install-stamp
+install-stamp: build
+ dh_testdir
+ dh_testroot
+ dh_clean
+
+ # Add here commands to install the package into debian/tmp.
+ #$(MAKE) prefix=`pwd`/debian/tmp/usr install
+
+ touch install-stamp
+
# Build architecture-independent files here.
-binary-indep: build
+binary-indep: build install
# dh_testversion
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs
-
- # Add here commands to install the files into debian/tmp
- #$(MAKE) prefix=`pwd`/debian/tmp install
-
dh_installdocs
dh_installexamples
dh_installmenu
dh_builddeb
# Build architecture-dependent files here.
-binary-arch: build
+binary-arch: build install
# We have nothing to do by default.
source diff:
clean:
dh_testdir
dh_testroot
- rm -f build-stamp
+ rm -f build-stamp install-stamp
# Add here commands to clean up after the build process.
+ #-$(MAKE) clean
#-$(MAKE) distclean
dh_clean
+install: install-stamp
+install-stamp: build
+ dh_testdir
+ dh_testroot
+ dh_clean
+
+ # Add here commands to install the package into debian/tmp.
+ #$(MAKE) prefix=`pwd`/debian/tmp/usr install
+
+ touch install-stamp
+
# Build architecture-independent files here.
-binary-indep: build
+binary-indep: build install
# dh_testversion
dh_testdir -i
dh_testroot -i
dh_clean -i -k
dh_installdirs -i
-
- # Add here commands to install the files into debian/tmp
- #$(MAKE) prefix=`pwd`/debian/tmp install
-
dh_movefiles -i
dh_installdocs -i
dh_installexamples -i
dh_builddeb -i
# Build architecture-dependent files here.
-binary-arch: build
+binary-arch: build install
# dh_testversion
dh_testdir -a
dh_testroot -a
dh_clean -a -k
dh_installdirs -a
-
- # Add here commands to install the files into debian/tmp
- #$(MAKE) prefix=`pwd`/debian/tmp install
-
dh_movefiles -a
dh_installdocs -a
dh_installexamples -a