Control: reopen -1
Control: notfixed -1 0.8-3

Hi,

unfortunately we noticed that there is still an reproducibility issue
left.  The order of files inside the tar archive are varying.
Attached is a patch which fixes the remaining issue.

Kind regards,
  Reiner
diff --git a/debian/control b/debian/control
index ed5f25f..a05a5f7 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders:
  Vincent Cheng <vch...@debian.org>,
  Yunqiang Su <wzss...@gmail.com>,
  Luca Boccassi <luca.bocca...@gmail.com>
-Build-Depends: debhelper (>= 9), dkms
+Build-Depends: debhelper (>= 9), dkms, tar (>= 1.28)
 Standards-Version: 3.9.6
 Homepage: https://github.com/Bumblebee-Project/bbswitch
 Vcs-Git: git://anonscm.debian.org/pkg-nvidia/bbswitch.git
diff --git a/debian/rules b/debian/rules
index 2776380..5a800b9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,7 +36,7 @@ override_dh_auto_install:
 	done
 	find 'debian/$(name)-source/usr/src/modules' -depth -newermt '$(BUILD_DATE)' -print0 | \
 		xargs -0r touch --no-dereference --date='$(BUILD_DATE)'
-	cd debian/$(name)-source/usr/src && tar cfj $(name).tar.bz2 --mode=go=rX,u+rw,a-s modules && rm -rf modules
+	cd debian/$(name)-source/usr/src && tar cfj $(name).tar.bz2 --sort=name --mode=go=rX,u+rw,a-s modules && rm -rf modules
 
 override_dh_installchangelogs:
 	dh_installchangelogs NEWS

Attachment: signature.asc
Description: PGP signature

Reply via email to