Changeset 246 for trunk/hotstuff/debian
- Timestamp:
- 11/02/05 19:17:11 (7 years ago)
- Location:
- trunk/hotstuff/debian
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/hotstuff/debian/control
r241 r246 4 4 Maintainer: Josef Spillner <josef@kstuff.org> 5 5 Build-Depends: debhelper (>= 4.0.0) 6 Standards-Version: 3.6. 16 Standards-Version: 3.6.2.1 7 7 8 8 Package: hotstuff -
trunk/hotstuff/debian/postinst
r240 r246 15 15 # the debian-policy package 16 16 # 17 18 # ??? lintian warning 19 . /usr/share/debconf/confmodule 17 20 18 21 case "$1" in -
trunk/hotstuff/debian/rules
r243 r246 4 4 configure-stamp: 5 5 dh_testdir 6 # Add here commands to configure the package.7 6 7 #$(CONFIGURE) 8 8 touch configure-stamp 9 9 10 10 build: build-stamp 11 12 11 build-stamp: configure-stamp 13 12 dh_testdir 14 13 15 # Add here commands to compile the package.16 14 #$(MAKE) 17 #docbook-to-man debian/hotstuff.sgml > hotstuff.118 15 19 16 touch build-stamp … … 24 21 rm -f build-stamp configure-stamp 25 22 26 # Add here commands to clean up after the build process.27 23 #-$(MAKE) clean 28 24 … … 35 31 dh_installdirs 36 32 37 # Add here commands to install the package into debian/hotstuff.38 33 $(MAKE) install-common DESTDIR=$(CURDIR)/debian/hotstuff-common 39 34 $(MAKE) install-scripts DESTDIR=$(CURDIR)/debian/hotstuff-scripts … … 42 37 $(MAKE) install-doc DESTDIR=$(CURDIR)/debian/hotstuff-doc 43 38 44 # Build architecture-independent files here. 39 mv $(CURDIR)/debian/hotstuff-common/etc/hotstuff.conf \ 40 $(CURDIR)/debian/hotstuff-common/usr/share/hotstuff-common/hotstuff.conf-dist 41 45 42 binary-indep: build install 46 # We have nothing to do by default.47 43 48 # Build architecture-dependent files here.49 44 binary-arch: build install 50 45 dh_testdir
