--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
Please unblock package rtslib
The -4 upload has an additional change to ship the upstream provided
policy files. It is important to have those files, as they are the
templates for each target. Without those (base) templates, the package
fails to load the corresponding SCSI targets.
The debdiff is attached. The package has already been uploaded to
unstable.
unblock rtslib/3.0+git0.86e46bc6-4
-- System Information:
Debian Release: jessie/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.16.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru rtslib-3.0+git0.86e46bc6/debian/changelog rtslib-3.0+git0.86e46bc6/debian/changelog
--- rtslib-3.0+git0.86e46bc6/debian/changelog 2014-10-19 12:12:30.000000000 +0530
+++ rtslib-3.0+git0.86e46bc6/debian/changelog 2014-11-04 20:52:31.000000000 +0530
@@ -1,3 +1,11 @@
+rtslib (3.0+git0.86e46bc6-4) unstable; urgency=medium
+
+ * [acc103e] Install the policy files.
+ Thanks to Jerome Martin (Closes: #764355)
+ * [6cb7aac] Add dh-python to build-depends
+
+ -- Ritesh Raj Sarraf <rrs@debian.org> Tue, 04 Nov 2014 20:52:09 +0530
+
rtslib (3.0+git0.86e46bc6-3) unstable; urgency=medium
* [5274ed0] Add some Depends on python modules.
diff -Nru rtslib-3.0+git0.86e46bc6/debian/control rtslib-3.0+git0.86e46bc6/debian/control
--- rtslib-3.0+git0.86e46bc6/debian/control 2014-10-19 11:44:58.000000000 +0530
+++ rtslib-3.0+git0.86e46bc6/debian/control 2014-11-04 20:51:56.000000000 +0530
@@ -2,7 +2,7 @@
Section: python
Priority: optional
Maintainer: Ritesh Raj Sarraf <rrs@debian.org>
-Build-Depends: debhelper(>= 7.0.50~), python(>= 2.6.6-3~), python-ipaddr, python-netifaces, python-configobj, python-epydoc, python-simpleparse, texlive-latex-base, texlive-latex-extra, texlive-latex-recommended, lmodern, ghostscript, texlive-fonts-recommended, python-pyparsing
+Build-Depends: debhelper(>= 7.0.50~), dh-python, python(>= 2.6.6-3~), python-ipaddr, python-netifaces, python-configobj, python-epydoc, python-simpleparse, texlive-latex-base, texlive-latex-extra, texlive-latex-recommended, lmodern, ghostscript, texlive-fonts-recommended, python-pyparsing
Standards-Version: 3.9.2
Homepage: http://www.risingtidesystems.com/git/?p=rtslib.git;a=summary
Vcs-Git: git://anonscm.debian.org/linux-target/rtslib.git
diff -Nru rtslib-3.0+git0.86e46bc6/debian/python-rtslib.install rtslib-3.0+git0.86e46bc6/debian/python-rtslib.install
--- rtslib-3.0+git0.86e46bc6/debian/python-rtslib.install 2014-09-19 16:22:42.000000000 +0530
+++ rtslib-3.0+git0.86e46bc6/debian/python-rtslib.install 2014-11-04 20:46:02.000000000 +0530
@@ -1,2 +1,3 @@
lib/rtslib usr/share/pyshared
specs/*.spec var/target/fabric/
+policy/*.lio var/target/policy/
--- End Message ---