[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#825221: jessie-pu: package hivex/1.3.10-2+deb8u2



Package: release.debian.org
Severity: normal
Tags: jessie
User: release.debian.org@packages.debian.org
Usertags: pu

Hi,

I'd like to update hivex, backporting a patch from 1.3.13-2 that fixes
ruby-hivex so that it is actually usable:

hivex (1.3.10-2+deb8u2) jessie; urgency=medium

  * Fix ruby-hivex installation (Closes: #819261)

 -- Hilko Bengen <bengen@debian.org>  Tue, 24 May 2016 20:37:40 +0200

Cheers,
-Hilko
diff -Nru hivex-1.3.10/debian/changelog hivex-1.3.10/debian/changelog
--- hivex-1.3.10/debian/changelog	2015-03-07 17:19:06.000000000 +0100
+++ hivex-1.3.10/debian/changelog	2016-05-24 20:44:27.000000000 +0200
@@ -1,3 +1,9 @@
+hivex (1.3.10-2+deb8u2) jessie; urgency=medium
+
+  * Fix ruby-hivex installation (Closes: #819261)
+
+ -- Hilko Bengen <bengen@debian.org>  Tue, 24 May 2016 20:37:40 +0200
+
 hivex (1.3.10-2+deb8u1) testing-proposed-updates; urgency=medium
 
   * Added upstream patches that fix CVE-2014-9273 ("missing checks for
diff -Nru hivex-1.3.10/debian/control hivex-1.3.10/debian/control
--- hivex-1.3.10/debian/control	2015-03-07 15:30:38.000000000 +0100
+++ hivex-1.3.10/debian/control	2016-05-24 20:36:57.000000000 +0200
@@ -121,7 +121,7 @@
 Architecture: any
 Section: ruby
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Ruby bindings for hivex
  Ruby bindings for libhivex, a library for reading and writing
  Windows Registry "hive" binary files.
diff -Nru hivex-1.3.10/debian/ruby-hivex.install hivex-1.3.10/debian/ruby-hivex.install
--- hivex-1.3.10/debian/ruby-hivex.install	2015-03-07 12:55:03.000000000 +0100
+++ hivex-1.3.10/debian/ruby-hivex.install	2016-05-24 20:36:57.000000000 +0200
@@ -1 +1,2 @@
 usr/lib/ruby
+usr/lib/*-*/ruby
diff -Nru hivex-1.3.10/debian/rules hivex-1.3.10/debian/rules
--- hivex-1.3.10/debian/rules	2015-03-07 12:55:03.000000000 +0100
+++ hivex-1.3.10/debian/rules	2016-05-24 20:36:57.000000000 +0200
@@ -85,5 +85,4 @@
 	dh_strip --dbg-package=libhivex0-dbg
 
 override_dh_install:
-	rm debian/tmp/usr/lib/python*/dist-packages/libhivexmod.la
-	dh_install
+	dh_install --fail-missing -X.la -X.so.owner

Reply to: