From: Roland Rosenfeld Date: Sun, 26 May 2002 12:48:31 +0000 (+0000) Subject: Add releasing information about Debian. X-Git-Tag: v_3_1_archive_branchpoint~277 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=d2634851d661efbb05d81bd4c584c3ed15e9b45c Add releasing information about Debian. --- diff --git a/doc/source/developer-manual.sgml b/doc/source/developer-manual.sgml index 01fe1da3..5eacaa2a 100644 --- a/doc/source/developer-manual.sgml +++ b/doc/source/developer-manual.sgml @@ -23,7 +23,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: developer-manual.sgml,v 1.46 2002/05/22 17:15:00 oes Exp $ + $Id: developer-manual.sgml,v 1.47 2002/05/26 04:55:11 mal0rd Exp $ Copyright (C) 2001, 2002 Privoxy Developers See LICENSE. @@ -50,7 +50,7 @@ - $Id: developer-manual.sgml,v 1.46 2002/05/22 17:15:00 oes Exp $ + $Id: developer-manual.sgml,v 1.47 2002/05/26 04:55:11 mal0rd Exp $ ource$ @@ -1787,7 +1787,7 @@ const char FILENAME_h_rcs[] = FILENAME_H_VERSION; #ifndef _FILENAME_H #define _FILENAME_H -#define FILENAME_H_VERSION "$Id: developer-manual.sgml,v 1.46 2002/05/22 17:15:00 oes Exp $" +#define FILENAME_H_VERSION "$Id: developer-manual.sgml,v 1.47 2002/05/26 04:55:11 mal0rd Exp $" /********************************************************************* * * File : $Source$ @@ -2446,15 +2446,29 @@ at sourceforge. Three simple steps: Debian - First, make sure that you have freshly exported the right - version into an empty directory. (See "Building and releasing - packages" above). Then, run: + First, make sure that you have freshly exported the + right version into an empty directory. (See + "Building and releasing packages" above). Then add a log + entry to debian/changelog, if it is not + already there, for example by running: - - cd current - autoheader && autoconf && ./configure - + + debchange -v &p-version;-&p-status;-1 "New upstream version" + + + + After this simply run + + + + dpkg-buildpackage -rfakeroot -us -uc -b + + + + This will create + ../privoxy_&p-version;-&p-status;-1_i386.deb + which can be uploaded. Then, run: @@ -2814,6 +2828,9 @@ zip -r privoxyosx_setup_x.y.z.zip Privoxy.pkg Temple Place - Suite 330, Boston, MA 02111-1307, USA. $Log: developer-manual.sgml,v $ + Revision 1.47 2002/05/26 04:55:11 mal0rd + Added debian-dist and debian-upload targets. Also documented usage. + Revision 1.46 2002/05/22 17:15:00 oes Updated intro