From ca53592227f187270bfd611e21e63f33d07a9f7e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 28 Dec 2014 17:10:59 +0000 Subject: [PATCH] Makefile.in: Putative dual (backport and not) release build process doc. Signed-off-by: Ian Jackson --- Makefile.in | 15 +++++++++++---- debian/changelog | 1 + 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/Makefile.in b/Makefile.in index 7ac915a..b143980 100644 --- a/Makefile.in +++ b/Makefile.in @@ -237,12 +237,19 @@ dist: # 8. rsync -v ../secnet-$VERSION.tar.gz* \ # chiark:/home/ianmdlvl/public-html/secnet/download/ # -# 9. On chiark: +# 9. In zealot's squeeze chroot: +# rm -rf ../d; mkdir ../d; cd ../d +# tar zxf ../secnet-$VERSION.tar.gz +# cd secnet-$VERSION +# dpkg-buildpackage -a -uc -us -rfakeroot +# rsync -vP ../secnet_${VERSION}_i386.deb ianmdlvl@chiark:public-html/secnet/download/ +# +# 9a. On chiark as ianmdlvl: +# cd ~ianmdlvl/secnet-build/ # tar zxf ~ianmdlvl/public-html/secnet/download/secnet-$VERSION.tar.gz # cd secnet-$VERSION -# debian/rules build -# fakeroot debian/rules binary -# mv ../secnet_${VERSION}_i386.deb ~ianmdlvl/public-html/secnet/download/ +# dpkg-buildpackage -a -uc -us -rfakeroot +# mv ../secnet_${VERSION}_i386.deb ~ianmdlvl/public-html/secnet/download/backport/ # # 10. On chiark as user secnet: # cd ~secnet/public-html/release/ diff --git a/debian/changelog b/debian/changelog index ef9ca19..59031e4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,7 @@ secnet (0.4.0~beta2~) unstable; urgency=low * Use -lnsl only if inet_ntoa is not found otherwise. * debian/rules: Provide build-arch and build-indep targets. * debian/rules: Do not run build for *-indep (!) + * Makefile.in: Putative dual (backport and not) release build process doc. Copyright updates: * Update to GPLv3. Add missing copyright notices and credits. -- 2.30.2