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

Bug#1036759: unblock: heat-cfntools/1.4.2-3



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
X-Debbugs-Cc: heat-cfntools@packages.debian.org
Control: affects -1 + src:heat-cfntools

Please unblock package heat-cfntools

[ Reason ]
The fix packages the missing code of heat-cfntools.

[ Impact ]
Package is otherwise not useable (import fails when
launching the command line).

[ Risks ]
No risk, this just adds the missing files.

[ Checklist ]
  [x] all changes are documented in the d/changelog
  [x] I reviewed all changes and I approve them
  [x] attach debdiff against the package in testing

unblock heat-cfntools/1.4.2-3
diff --git a/debian/changelog b/debian/changelog
index 624b1c9..cb37a99 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+heat-cfntools (1.4.2-3) unstable; urgency=medium
+
+  * Also package heat-cfntools python module (Closes: #1035994).
+
+ -- Thomas Goirand <zigo@debian.org>  Mon, 22 May 2023 15:40:56 +0200
+
 heat-cfntools (1.4.2-2.1) unstable; urgency=medium
 
   * Non maintainer upload by the Reproducible Builds team.
diff --git a/debian/heat-cfntools.install b/debian/heat-cfntools.install
index 75f3882..02bc81e 100644
--- a/debian/heat-cfntools.install
+++ b/debian/heat-cfntools.install
@@ -1 +1,2 @@
 bin/* /usr/bin/
+/usr
diff --git a/debian/rules b/debian/rules
index f5a5585..a90397c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ include /usr/share/openstack-pkg-tools/pkgos.make
 	dh $@ --with python3
 
 override_dh_auto_install:
-	pkgos-dh_auto_install --no-py2
+	pkgos-dh_auto_install --no-py2 --in-tmp
 
 override_dh_auto_build:
 	echo "Do nothing..."

Reply to: