fixes #2797 lintian claims that our package is bad

This commit is contained in:
Matthias Mailänder
2013-04-10 15:17:26 +02:00
parent 6fb6aba9fc
commit 99ec55d793

View File

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