summaryrefslogtreecommitdiff
path: root/bin/Package
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2019-10-09 09:50:47 -0700
committerSam Roberts <vieuxtech@gmail.com>2019-10-09 10:27:41 -0700
commitc75d3f9fddb24a048d6d174d40600f07c0d8b308 (patch)
treeeb13507ce28684d48ce9c28f431a7dca718fe921 /bin/Package
parent38572f91353ec7a7c0eb59d8cf3d4a0dfa2d0512 (diff)
downloadlibnet-c75d3f9fddb24a048d6d174d40600f07c0d8b308.tar.gz
Remove unused scripts
Some scripts were out of date, some were specific to my development environment, and some just aren't used anymore. None should be distributed. Remove them.
Diffstat (limited to 'bin/Package')
-rwxr-xr-xbin/Package16
1 files changed, 0 insertions, 16 deletions
diff --git a/bin/Package b/bin/Package
deleted file mode 100755
index f7f20b8..0000000
--- a/bin/Package
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-# run this script as root
-
-set -x
-
-V=$(git describe | sed -es/libnet-//)
-D=$(date --rfc-822)
-
-rm -rf debian
-cp -r ../debian ./
-sed -es"/VERSION/$V/" -es"/DATE/$D/" < ../debian/changelog > debian/changelog
-cat debian/changelog
-
-dpkg-buildpackage -b -us -uc -i -I.swp
-