From efe47381c599b07e4c7bbdb2e91e8090a541c887 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 17:53:52 +0200 Subject: Adding upstream version 2.23.4+deb12u1. Signed-off-by: Daniel Baumann --- scripts/deb-reversion.dbk | 320 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 320 insertions(+) create mode 100644 scripts/deb-reversion.dbk (limited to 'scripts/deb-reversion.dbk') diff --git a/scripts/deb-reversion.dbk b/scripts/deb-reversion.dbk new file mode 100644 index 0000000..942f4e9 --- /dev/null +++ b/scripts/deb-reversion.dbk @@ -0,0 +1,320 @@ + +.
will be generated. You may view the +manual page with: nroff -man .
| less'. A +typical entry in a Makefile or Makefile.am is: + +DB2MAN=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\ +manpages/docbook.xsl +XP=xsltproc -''-nonet + +manpage.1: manpage.dbk + $(XP) $(DB2MAN) $< + +The xsltproc binary is found in the xsltproc package. The +XSL files are in docbook-xsl. Please remember that if you +create the nroff version in one of the debian/rules file +targets (such as build), you will need to include xsltproc +and docbook-xsl in your Build-Depends control field. + +--> + + + martin f."> + krafft"> + Julian"> + Gilbey"> + + Feb 13, 2006"> + + 1"> + madduck@debian.org"> + jdg@debian.org"> + + + deb-reversion"> + + + + Debian"> + GNU"> + GPL"> +]> + + + +
+ &dhemail; +
+ &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhcommand; + + simple script to change the version of a .deb file + + + + + &dhcommand; + + options + + .deb-file + log message + + + + + DESCRIPTION + + + &dhcommand; unpacks the specified .deb file, changes the version + number in the relevant locations, appends a Debian + changelog entry with the specified + contents, and creates a new .deb file with the updated version. + + + + By default, the tool creates a new version number suitable for + local changes, such that the new package will be greater than + the current one, but lesser than any future, official Debian + packages. With , the version + number can be specified directly. On the other hand, the + simply calculates the new version number but + does not generate a new package. + + + + When building a .deb file, root privileges are required in order + to have the correct permissions and ownerships in the resulting + .deb file. This can be achieved either by running + &dhcommand; as root or running under + fakeroot + 1, as 'fakeroot + &dhcommand; foo.deb'. + + + + With , a hook script may + be specified, which is run on the unpacked binary packages just + before it is repacked. If you want to write changelog entries + from within the hook, use 'dch -a -- your message'. + (Alternatively, do not give a changelog entry on the + &dhcommand; command line and + dch will be called automatically.) The hook + command must be placed in quotes if it has more than one word; + it is called via sh -c. + + + + + OPTIONS + + + new-version + new-version + + + Specifies the version number to be used for the new + version. Passed to + dch + 1 + . + + + + + + old-version + old-version + + + Specifies the version number to be used as the old + version instead of the version stored in the .deb's + control file. + + + + + + + + + + Only calculate and display the new version number which + would be used; do not build a new .deb file. Cannot be + used in conjunction with . + + + + + + string + string + + + Instead of using 'LOCAL.' as the version string to append + to the old version number, use string instead. + + + + + + hook-command + hook-command + + + A hook command to run after unpacking the old .deb file and + modifying the changelog, and before packing up the new .deb + file. Must be in quotes if it is more than one (shell) + word. Only one hook command may be specified; if you want + to perform more than this, you could specify 'bash' as the + hook command, and you will then be given a shell to work + in. + + + + + + + + + + Pass to + + dpkg-deb + 1 + . + + + + + + + + + + Pass to + + dch + 1 + + + + + + + + + + + Display usage information. + + + + + + + + + + Display version information. + + + + + + + + SEE ALSO + + + dch + 1 + , + + dpkg-deb + 1 + , + + fakeroot + 1 + + + + + + DISCLAIMER + + &dhpackage; is a tool intended to help porters with + modifying packages for other architectures, and to augment deb-repack, + which creates modified packages with identical version numbers as the + official packages. Chaos will ensue! With &dhpackage;, a proper version + number can be selected, which does not obstruct the next official + release but can be specifically pinned with APT or held with dpkg. + + + + Please take note that &dhpackage; does not come without problems. While + it works fine in most cases, it may just not in yours. Especially, + please consider that it changes binary packages (only!) and hence can + break strict versioned dependencies between binary packages generated + from the same source. + + + You are using this tool at your own risk and I shall not shed a tear if + your gerbil goes up in flames, your microwave attacks the stereo, or the + angry slamming of your fist spills your coffee into the keyboard, which + sets off a chain reaction resulting in a vast amount of money transferred + from your account to mine. + + + + + AUTHOR + + + &dhpackage; is Copyright 2004-5 by &dhusername; &dhemail; and + modifications are Copyright 2006 by &dhmaintusername; &dhmaintemail;. + + + + Permission is granted to copy, distribute and/or modify this document + under the terms of the Artistic License: + http://www.opensource.org/licenses/artistic-license.php. + On Debian systems, the complete text of the Artistic License can be + found + in /usr/share/common-licenses/Artistic. + + + + This manual page was written by &dhusername; &dhemail; and + modified by &dhmaintusername; &dhmaintemail;. + + + +
+ + -- cgit v1.2.3