From: Artem Bityutskiy Date: Wed, 3 Jul 2013 12:55:11 +0000 (+0300) Subject: debianisation: change versioning X-Git-Tag: v2.5~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=24a17f188eaad5e977cf9a708f2e755939cca771;p=tools%2Fbmap-tools.git debianisation: change versioning Simon McVittie requested this: "In Debian packaging it's conventional for version numbers like "2.4-1" to be the Debian package, and if derivatives need to fork it, they use a version like "2.4-1ubuntu1" (or "2.4-0ubuntu1" if they package something that isn't in Debian yet). You've been using version numbers like 2.4-1 as upstream versions, so for now I'll have to act like a derivative distribution and use 2.4-1debian1 or something." So let's become a "native" package in order to make live of derivative distributions easier. Change-Id: I0e77774c8bf186fe03cea1548e68a48466e90a8e Signed-off-by: Artem Bityutskiy --- diff --git a/debian/changelog b/debian/changelog index 0f40fd4..73fd992 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,34 +1,34 @@ -bmap-tools (2.4-1) unstable; urgency=low +bmap-tools (2.4) unstable; urgency=low * Add support for ssh:// URLs. -- Artem Bityutskiy Wed, 05 Jun 2013 18:15:41 +0300 -bmap-tools (2.3-1) unstable; urgency=low +bmap-tools (2.3) unstable; urgency=low * Add bmap file SHA1 verification, make tests work on btrfs. -- Artem Bityutskiy Mon, 06 May 2013 10:58:32 +0300 -bmap-tools (2.2-1) unstable; urgency=low +bmap-tools (2.2) unstable; urgency=low * Support username and password in URLs. -- Artem Bityutskiy Mon, 11 Mar 2013 14:40:17 +0200 -bmap-tools (2.1-1) unstable; urgency=low +bmap-tools (2.1) unstable; urgency=low * Fix out of memory issues when copying .bz2 files. -- Artem Bityutskiy Mon, 18 Feb 2013 16:38:32 +0200 -bmap-tools (2.0-1) unstable; urgency=low +bmap-tools (2.0) unstable; urgency=low * Fix the an issue with running out of memory in TransRead.py. -- Artem Bityutskiy Thu, 17 Jan 2013 11:33:15 +0200 -bmap-tools (2.0-0.rc5) unstable; urgency=low +bmap-tools (2.0~rc5) unstable; urgency=low * When block device optimzations fail - raise an exception except of muting the error, because we really want to know about these failures and possibly @@ -36,26 +36,26 @@ bmap-tools (2.0-0.rc5) unstable; urgency=low -- Artem Bityutskiy Tue, 15 Jan 2013 14:51:27 +0200 -bmap-tools (2.0-0.rc4) unstable; urgency=low +bmap-tools (2.0~rc4) unstable; urgency=low * Fix bmap autodiscovery. -- Artem Bityutskiy Thu, 10 Jan 2013 13:58:07 +0200 -bmap-tools (2.0-0.rc3) unstable; urgency=low +bmap-tools (2.0~rc3) unstable; urgency=low * Fix uncaught urllib2 exception bug introduced in rc1. -- Artem Bityutskiy Mon, 07 Jan 2013 10:19:49 +0200 -bmap-tools (2.0-0.rc2) unstable; urgency=low +bmap-tools (2.0~rc2) unstable; urgency=low * Fix writing to block devices, which was broken in rc1. * Make the informational messages a bit nicer. -- Artem Bityutskiy Fri, 04 Jan 2013 09:52:41 +0200 -bmap-tools (2.0-0.rc1) unstable; urgency=low +bmap-tools (2.0~rc1) unstable; urgency=low * Allow copying without bmap only if --nobmap was specified. * Auto-discover the bmap file. @@ -65,14 +65,14 @@ bmap-tools (2.0-0.rc1) unstable; urgency=low -- Artem Bityutskiy Thu, 20 Dec 2012 10:47:00 +0200 -bmap-tools (1.0-1) unstable; urgency=low +bmap-tools (1.0) unstable; urgency=low - * Release version 1.0 of the tools - almost identical to 1.0-rc7 except of few + * Release version 1.0 of the tools - almost identical to 1.0~rc7 except of few minor differences like spelling fixes. -- Artem Bityutskiy Mon, 03 Dec 2012 10:00:33 +0200 -bmap-tools (1.0-0.rc7) unstable; urgency=low +bmap-tools (1.0~rc7) unstable; urgency=low * Add a Fiemap.py module which implements python API to the linux FIEMAP ioct. * Use the FIEMAP ioctl properly and optimally.