From f6f14a6227613a1103e1cddc52118cbc40afc525 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 17 Jul 2013 21:45:05 +0200 Subject: [PATCH] Update readme to explain how to update tcpdf debian package. --- build/debian/README.howto | 54 ++++++++++++++++++++++++++++++++++----- 1 file changed, 48 insertions(+), 6 deletions(-) diff --git a/build/debian/README.howto b/build/debian/README.howto index 576ebdb47ea..3eae2a48b5d 100644 --- a/build/debian/README.howto +++ b/build/debian/README.howto @@ -8,7 +8,7 @@ script to build a package, ready to be distributed, with format .DEB (for Debian, Ubuntu, ...). # To build a debian package, you need first -# apt-get -i debhelper dpkg-source gpg lintian +# apt-get -i debhelper dpkg-source gpg lintian git-buildpackage # This is standard command to work on Debian packaging: @@ -59,11 +59,53 @@ http://bugs.debian.org/package ########################################################## + +To create a gpg key for email used into changelog +Check your existing keys/emails +* gpg --list-key +Generate a new one +* gpg --gen-key + + To use Alioth.debian.org -Create a login -Setup your ssh as described into page: http://wiki.debian.org/Alioth/SSH -Ask to be included into project collab-maint: http://alioth.debian.org/projects/collab-maint/ -Then you can git clone tcpdf -git clone git.debian.org:/git/collab-maint/tcpdf.git +* Create a login +* Setup your ssh as described into page: http://wiki.debian.org/Alioth/SSH +* Ask to be included into project collab-maint: http://alioth.debian.org/projects/collab-maint/ +To update tcpdf package: + +* You can git clone tcpdf +git clone git.debian.org:/git/collab-maint/tcpdf.git [tcpdf-debian] + +* Into root dir, launch: +debian/get-orig-source.sh + +* Créer un fichier ~/.gpb.conf par +cat >~/.gbp.conf <