[Pkg-virtualbox-commits] [virtualbox-ext-pack] 01/03: Update for new release

Gianfranco Costamagna locutusofborg at moszumanska.debian.org
Sat Apr 29 09:13:52 UTC 2017


This is an automated email from the git hooks/post-receive script.

locutusofborg pushed a commit to branch master
in repository virtualbox-ext-pack.

commit 37e4037908d01527907b0a5dc032bb69343697e9
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Sat Apr 29 10:14:47 2017 +0200

    Update for new release
---
 debian/changelog | 6 ++++++
 debian/copyright | 2 +-
 debian/postinst  | 4 ++--
 debian/rules     | 4 ++--
 4 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e10ceb5..878e651 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+virtualbox-ext-pack (5.1.22-1) unstable; urgency=medium
+
+  * New upstream release, update postinst/rules.
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Sat, 29 Apr 2017 10:14:17 +0200
+
 virtualbox-ext-pack (5.1.20-2) unstable; urgency=medium
 
   * Add accept-license keyword (Closes: #860744)
diff --git a/debian/copyright b/debian/copyright
index ce17fea..93a56e9 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,7 +3,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Files: *
 Copyright:
 	2015 Unit 193 <unit193 at ubuntu.com>
-	2015-2016 Gianfranco Costamagna <locutusofborg at debian.org>
+	2015-2017 Gianfranco Costamagna <locutusofborg at debian.org>
 Comment: the downloaded package is released with a PUEL license.
 	https://www.virtualbox.org/wiki/VirtualBox_PUEL
 License: BSD-3-clause
diff --git a/debian/postinst b/debian/postinst
index 0dd6807..74b4209 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -1,8 +1,8 @@
 #!/bin/sh
 set -e
 
-version=5.1.20
-hash=51e85e3792a5a435d88368a52a363321acdd913f4fb3c55cd623911d447ad148
+version=5.1.22
+hash=244e6f450cba64e0b025711050db3c43e6ce77e12cd80bcd08796315a90c8aaf
 file=Oracle_VM_VirtualBox_Extension_Pack-$version.vbox-extpack
 accept_license=715c7246dc0f779ceab39446812362b2f9bf64a55ed5d3a905f053cfab36da9e
 error ()
diff --git a/debian/rules b/debian/rules
index e285c0a..846a758 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-VERSION=5.1.20
+VERSION=5.1.22
 %:
 	dh  $@
 
@@ -13,7 +13,7 @@ EXT_PACK_VERSION=$(shell dpkg-parsechangelog -Sversion | cut -d - -f 1)
 
 override_dh_gencontrol:
 	dh_gencontrol -- \
-		-Vvirtualbox:Version=$(EXT_PACK_VERSION)-dfsg-1 -Vvirtualbox:nextVersion=$(EXT_PACK_VERSION)-dfsg-z
+		-Vvirtualbox:Version=$(EXT_PACK_VERSION)-dfsg-0~ -Vvirtualbox:nextVersion=$(EXT_PACK_VERSION)-dfsg-z
 
 tarball:
 	mkdir virtualbox-ext-pack_$(VERSION)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-virtualbox/virtualbox-ext-pack.git



More information about the Pkg-virtualbox-commits mailing list