summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2005-03-13 16:22:36 +0000
committerMatt Johnston <matt@ucc.asn.au>2005-03-13 16:22:36 +0000
commitdf34d2b80a1ec5713ebc4296877de8b8188308a2 (patch)
treeadaaa8e8d55e3eaf02e70fe25d470bc8d260010b /debian
parent9ffd0609a2016eed6a0edbb830031bc6470ffd3c (diff)
downloaddropbear-df34d2b80a1ec5713ebc4296877de8b8188308a2.tar.gz
Merge in Debian package changes from 0.45-3, grab the dbclient manpage
Diffstat (limited to 'debian')
-rw-r--r--debian/README.Debian.diet15
-rw-r--r--debian/changelog69
-rw-r--r--debian/dropbear.docs1
-rw-r--r--debian/dropbear.postinst1
-rw-r--r--debian/implicit12
-rwxr-xr-xdebian/rules90
6 files changed, 105 insertions, 83 deletions
diff --git a/debian/README.Debian.diet b/debian/README.Debian.diet
new file mode 100644
index 0000000..bd0cb5c
--- /dev/null
+++ b/debian/README.Debian.diet
@@ -0,0 +1,15 @@
+Building with the diet libc
+---------------------------
+
+This package optionally can be built with the diet libc instead of the
+glibc to provide small statically linked programs. The resulting package
+has no dependency on any other package.
+
+To use the diet libc, make sure the latest versions of the dietlibc-dev
+package is installed, and set DEB_BUILD_OPTIONS=diet in the environment
+when building the package, e.g.:
+
+ # apt-get install dietlibc-dev
+ $ DEB_BUILD_OPTIONS=diet fakeroot apt-get source -b dropbear
+
+ -- Gerrit Pape <pape@smarden.org>, Sat, 17 Jul 2004 19:09:34 +0000
diff --git a/debian/changelog b/debian/changelog
index 253bc3b..8838235 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,53 +1,44 @@
-dropbear (0.45-1) unstable; urgency=high
+dropbear (0.45-2) unstable; urgency=low
- * New upstream release, various fixes.
+ * Matt Johnston:
+ * New upstream release, various fixes.
- -- Matt Johnston <matt@ucc.asn.au> Mon, 7 March 2005 00:44:54 +0800
+ -- Gerrit Pape <pape@smarden.org> Sat, 12 Mar 2005 15:17:55 +0000
-dropbear (0.44+final-1) unstable; urgency=high
+dropbear (0.44-1) unstable; urgency=low
- * New upstream release, various fixes.
+ * New upstream release.
+ * debian/rules: install /usr/bin/dbclient; handle possible patches more
+ gracefully; install debian/dbclient.1 man page; enable target patch;
+ minor.
+ * debian/implicit: update to revision 1.10.
+ * debian/dbclient.1: new; man page.
+ * debian/diff/dbclient-usage-typo.diff: new; fix typo.
+ * debian/diff/manpages.diff: new; add references to dbclient man page.
- -- Matt Johnston <matt@ucc.asn.au> Mon, 3 January 2005 00:44:54 +0800
+ -- Gerrit Pape <pape@smarden.org> Sat, 8 Jan 2005 22:50:43 +0000
-dropbear (0.44test4-1) unstable; urgency=medium
+dropbear (0.43-2) unstable; urgency=high
- * New upstream beta, various useful fixes.
+ * Matt Johnston:
+ * New upstream release 0.43
+ * SECURITY: Don't attempt to free uninitialised buffers in DSS verification
+ code
+ * Handle portforwarding to servers which don't send any initial data
+ (Closes: #258426)
+ * debian/dropbear.postinst: remove code causing bothersome warning on
+ package install (closes: #256752).
+ * debian/README.Debian.diet: new; how to build with the diet libc.
+ * debian/dropbear.docs: add debian/README.Debian.diet.
+ * debian/rules: support "diet" in DEB_BUILD_OPTIONS; minor cleanup.
- -- Matt Johnston <matt@ucc.asn.au> Tues, 14 September 2004 21:20:00 +0800
-
-dropbear (0.44test3-1) unstable; urgency=medium
-
- * New upstream beta, various useful fixes.
-
- -- Matt Johnston <matt@ucc.asn.au> Fri, 27 August 2004 22:20:00 +0800
-
-dropbear (0.44test2-1) unstable; urgency=low
-
- * New upstream beta, various minor fixes.
-
- -- Matt Johnston <matt@ucc.asn.au> Tues, 17 August 2004 19:00:00 +0800
-
-dropbear (0.44test1-1) unstable; urgency=low
-
- * Upstream beta 0.44test1
- * Huge changes to allow client functionality
-
- -- Matt Johnston <matt@ucc.asn.au> Sat, 14 August 2004 23:00:00 +0800
-
-dropbear (0.43-1) unstable; urgency=high
-
- * New upstream release 0.43
- * SECURITY: Don't attempt to free uninitialised buffers in DSS verification
- code
- * Handle portforwarding to servers which don't send any initial data
- (Closes: #258426)
-
- -- Matt Johnston <matt@ucc.asn.au> Fri, 16 July 2004 17:44:54 +0800
+ -- Gerrit Pape <pape@smarden.org> Sat, 17 Jul 2004 19:31:19 +0000
dropbear (0.42-1) unstable; urgency=low
- * New upstream release 0.42
+ * New upstream release 0.42.
+ * debian/diff/cvs-20040520.diff: remove; obsolete.
+ * debian/rules: disable target patch.
-- Matt Johnston <matt@ucc.asn.au> Wed, 16 June 2004 12:44:54 +0800
diff --git a/debian/dropbear.docs b/debian/dropbear.docs
index 599d48c..94fec74 100644
--- a/debian/dropbear.docs
+++ b/debian/dropbear.docs
@@ -1,3 +1,4 @@
README
TODO
debian/README.runit
+debian/README.Debian.diet
diff --git a/debian/dropbear.postinst b/debian/dropbear.postinst
index 749ffd1..2c71a1f 100644
--- a/debian/dropbear.postinst
+++ b/debian/dropbear.postinst
@@ -2,7 +2,6 @@
set -e
test "$1" = 'configure' || exit 0
-test -n "$2" || chown log /etc/dropbear/log/main || true
if test ! -e /etc/dropbear/dropbear_rsa_host_key; then
if test -f /etc/ssh/ssh_host_rsa_key; then
diff --git a/debian/implicit b/debian/implicit
index d28b629..57a444a 100644
--- a/debian/implicit
+++ b/debian/implicit
@@ -1,4 +1,4 @@
-# $Id: implicit,v 1.1 2004/06/16 05:08:32 matt Exp $
+# $Id: implicit,v 1.10 2004/07/03 15:20:00 pape Exp $
.PHONY: deb-checkdir deb-checkuid
@@ -12,6 +12,10 @@ deb-checkuid:
$*.deb-docs-docs $*.deb-docs-examples $*.deb-DEBIAN \
$*.deb-DEBIAN-dir $*.deb-DEBIAN-scripts $*.deb-DEBIAN-md5sums
+%.udeb: %.deb-DEBIAN
+ @rm -f $*.deb $*.deb-checkdir $*.deb-DEBIAN $*.deb-DEBIAN-dir \
+ $*.deb-DEBIAN-scripts $*.deb-DEBIAN-md5sums
+
%.deb-checkdir:
@test -d debian/$* || sh -cx '! : directory debian/$* missing'
@test "`id -u`" -eq 0 || sh -cx '! : need root privileges'
@@ -29,6 +33,8 @@ deb-checkuid:
@test -r debian/$*/usr/share/doc/$*/changelog || \
sh -cx 'mv debian/$*/usr/share/doc/$*/changelog.Debian \
debian/$*/usr/share/doc/$*/changelog'
+ @test -s debian/$*/usr/share/doc/$*/changelog || \
+ sh -cx 'rm -f debian/$*/usr/share/doc/$*/changelog'
@gzip -9 debian/$*/usr/share/doc/$*/changelog*
%.deb-docs-docs:
@for i in `cat debian/$*.docs 2>/dev/null || :`; do \
@@ -58,13 +64,13 @@ deb-checkuid:
@rm -rf debian/$*/DEBIAN
: debian/$*/DEBIAN/
@install -d -m0755 debian/$*/DEBIAN
- @for i in conffiles shlibs; do \
+ @for i in conffiles shlibs templates; do \
test ! -r debian/$*.$$i || \
sh -cx "install -m0644 debian/$*.$$i debian/$*/DEBIAN/$$i" \
|| exit 1; \
done
%.deb-DEBIAN-scripts:
- @for i in preinst prerm postinst postrm; do \
+ @for i in preinst prerm postinst postrm config; do \
test ! -r debian/$*.$$i || \
sh -cx "install -m0755 debian/$*.$$i debian/$*/DEBIAN/$$i" \
|| exit 1; \
diff --git a/debian/rules b/debian/rules
index 30b3a0a..52c3ea8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,79 +16,89 @@ else
CFLAGS +=-O2
endif
+CONFFLAGS =
CC =gcc
ifneq (,$(findstring diet,$(DEB_BUILD_OPTIONS)))
- CC =diet -v -Os gcc
+ CONFFLAGS =--disable-zlib
+ CC =diet -v -Os gcc -nostdinc
endif
-DIR=`pwd`/debian/dropbear
+DIR =$(shell pwd)/debian/dropbear
patch: deb-checkdir patch-stamp
patch-stamp:
-# no patches for now
-# for i in debian/diff/*.diff; do patch -p0 <$$i || exit 1; done
+ for i in `ls -1 debian/diff/*.diff || :`; do \
+ patch -p0 <$$i || exit 1; \
+ done
touch patch-stamp
config.status: patch-stamp configure
- CFLAGS="$(CFLAGS)"' -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\""' \
- ./configure --host="$(DEB_HOST_GNU_TYPE)" \
- --build="$(DEB_BUILD_GNU_TYPE)" --prefix=/usr \
- --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
+ CC='$(CC)' \
+ CFLAGS='$(CFLAGS)'' -DSFTPSERVER_PATH="\"/usr/lib/sftp-server\""' \
+ ./configure --host='$(DEB_HOST_GNU_TYPE)' \
+ --build='$(DEB_BUILD_GNU_TYPE)' --prefix=/usr \
+ --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info \
+ $(CONFFLAGS)
build: deb-checkdir build-stamp
build-stamp: config.status
- $(MAKE) CC="$(CC)" LD="$(CC)"
+ $(MAKE) CC='$(CC)' LD='$(CC)'
touch build-stamp
clean: deb-checkdir deb-checkuid
-$(MAKE) distclean
-# test ! -e patch-stamp || \
-# for i in debian/diff/*.diff; do patch -p0 -R <$$i; done
+ test ! -e patch-stamp || \
+ for i in `ls -1r debian/diff/*.diff || :`; do \
+ patch -p0 -R <$$i; \
+ done
rm -f patch-stamp build-stamp config.log config.status
- rm -rf "$(DIR)"
+ rm -rf '$(DIR)'
rm -f debian/files debian/substvars debian/copyright changelog
install: deb-checkdir deb-checkuid build-stamp
- rm -rf "$(DIR)"
- install -d -m0755 "$(DIR)"/etc/dropbear
+ rm -rf '$(DIR)'
+ install -d -m0755 '$(DIR)'/etc/dropbear
# programs
- install -d -m0755 "$(DIR)"/usr/sbin
- install -m0755 dropbear "$(DIR)"/usr/sbin/dropbear
- install -d -m0755 "$(DIR)"/usr/bin
- install -m0755 dbclient "$(DIR)"/usr/bin/dbclient
- install -m0755 dropbearkey "$(DIR)"/usr/bin/dropbearkey
- install -d -m0755 "$(DIR)"/usr/lib/dropbear
+ install -d -m0755 '$(DIR)'/usr/sbin
+ install -m0755 dropbear '$(DIR)'/usr/sbin/dropbear
+ install -d -m0755 '$(DIR)'/usr/bin
+ install -m0755 dbclient '$(DIR)'/usr/bin/dbclient
+ install -m0755 dropbearkey '$(DIR)'/usr/bin/dropbearkey
+ install -d -m0755 '$(DIR)'/usr/lib/dropbear
install -m0755 dropbearconvert \
- "$(DIR)"/usr/lib/dropbear/dropbearconvert
- $(STRIP) -R .comment -R .note "$(DIR)"/usr/sbin/* \
- "$(DIR)"/usr/bin/* "$(DIR)"/usr/lib/dropbear/*
+ '$(DIR)'/usr/lib/dropbear/dropbearconvert
+ $(STRIP) -R .comment -R .note '$(DIR)'/usr/sbin/* \
+ '$(DIR)'/usr/bin/* '$(DIR)'/usr/lib/dropbear/*
# init and run scripts
- install -d -m0755 "$(DIR)"/etc/init.d
- install -m0755 debian/dropbear.init "$(DIR)"/etc/init.d/dropbear
- install -m0755 debian/service/run "$(DIR)"/etc/dropbear/run
- install -d -m0755 "$(DIR)"/etc/dropbear/log
- install -m0755 debian/service/log "$(DIR)"/etc/dropbear/log/run
- ln -s /var/log/dropbear "$(DIR)"/etc/dropbear/log/main
- ln -s /var/run/dropbear "$(DIR)"/etc/dropbear/supervise
- ln -s /var/run/dropbear.log "$(DIR)"/etc/dropbear/log/supervise
+ install -d -m0755 '$(DIR)'/etc/init.d
+ install -m0755 debian/dropbear.init '$(DIR)'/etc/init.d/dropbear
+ install -m0755 debian/service/run '$(DIR)'/etc/dropbear/run
+ install -d -m0755 '$(DIR)'/etc/dropbear/log
+ install -m0755 debian/service/log '$(DIR)'/etc/dropbear/log/run
+ ln -s /var/log/dropbear '$(DIR)'/etc/dropbear/log/main
+ ln -s /var/run/dropbear '$(DIR)'/etc/dropbear/supervise
+ ln -s /var/run/dropbear.log '$(DIR)'/etc/dropbear/log/supervise
# man pages
- install -d -m0755 "$(DIR)"/usr/share/man/man8
+ install -d -m0755 '$(DIR)'/usr/share/man/man8
for i in dropbear.8 dropbearkey.8; do \
- install -m644 $$i "$(DIR)"/usr/share/man/man8/ || exit 1; \
+ install -m644 $$i '$(DIR)'/usr/share/man/man8/ || exit 1; \
done
- gzip -9 "$(DIR)"/usr/share/man/man8/*.8
+ gzip -9 '$(DIR)'/usr/share/man/man8/*.8
+ install -d -m0755 '$(DIR)'/usr/share/man/man1
+ install -m644 dbclient.1 '$(DIR)'/usr/share/man/man1/
+ gzip -9 '$(DIR)'/usr/share/man/man1/*.1
# copyright, changelog
cat debian/copyright.in LICENSE >debian/copyright
- ln -s CHANGES changelog
+ test -r changelog || ln -s CHANGES changelog
binary-indep:
binary-arch: install dropbear.deb
- test "$(CC)" != 'gcc' || \
- dpkg-shlibdeps "$(DIR)"/usr/sbin/* "$(DIR)"/usr/bin/* \
- "$(DIR)"/usr/lib/dropbear/*
- dpkg-gencontrol -isp -pdropbear -P"$(DIR)"
- dpkg -b "$(DIR)" ..
+ test '$(CC)' != 'gcc' || \
+ dpkg-shlibdeps '$(DIR)'/usr/sbin/* '$(DIR)'/usr/bin/* \
+ '$(DIR)'/usr/lib/dropbear/*
+ dpkg-gencontrol -isp -pdropbear -P'$(DIR)'
+ dpkg -b '$(DIR)' ..
binary: binary-arch binary-indep