summaryrefslogtreecommitdiff
path: root/tools/create_debian_source.sh
diff options
context:
space:
mode:
authorhwspeedy <ns@bigbear.dk>2024-03-04 03:19:08 +0100
committerhwspeedy <ns@bigbear.dk>2024-03-04 03:19:08 +0100
commit6d87ce5378d5727c2fa88669f61522f962a90a0d (patch)
treedda96ff286d1ef5513d6b2c544da7260521aaf1d /tools/create_debian_source.sh
parent1ababda27ac03e3b9ad8aeb824658936df68d8c5 (diff)
PACKAGING Fedora/Redhat & Debian source packaging scripts
Diffstat (limited to 'tools/create_debian_source.sh')
-rwxr-xr-xtools/create_debian_source.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/create_debian_source.sh b/tools/create_debian_source.sh
index a267d1f9..ca199a3a 100755
--- a/tools/create_debian_source.sh
+++ b/tools/create_debian_source.sh
@@ -12,6 +12,7 @@ debmake
tar -czf ../hardinfo-$VERSION.debian.tar.gz debian
cd ..
mv hardinfo-$VERSION.tar.gz hardinfo-$VERSION.orig.tar.gz
+mv hardinfo-$VERSION.deb hardinfo-$VERSION.src.deb
echo "Format: 3.0 (quilt)
Source: hardinfo
@@ -34,5 +35,6 @@ echo "Files:">>./hardinfo-$VERSION.dsc
md5sum hardinfo-$VERSION.*.tar.gz >>./hardinfo-$VERSION.dsc
echo "Debian Source Package Files ready in build:"
+ls -l hardinfo-$VERSION.src.deb
ls -l hardinfo-$VERSION.*.tar.gz
ls -l hardinfo-$VERSION.dsc