Merge pull request #3029 from Mailaender/lintian-fix

Changes DEBIAN/md5sums permissions to 0644
This commit is contained in:
Matthias Mailänder
2013-04-12 01:18:33 -07:00

View File

@@ -44,6 +44,7 @@ pushd root
# Calculate md5sums and clean up the /usr/ part of them
md5sum `find . -type f | grep -v '^[.]/DEBIAN/'` | sed 's/\.\/usr\//usr\//g' > DEBIAN/md5sums
chmod 0644 DEBIAN/md5sums
# Replace any dashes in the version string with periods
PKGVERSION=`echo $1 | sed "s/-/\\./g"`