git://scientific.zcu.cz
/
packaging-deb-NOW.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d4dbde
)
ipaddress: generator script file
author
František Dvořák
<valtri@civ.zcu.cz>
Tue, 29 Nov 2016 13:00:53 +0000
(14:00 +0100)
committer
František Dvořák
<valtri@civ.zcu.cz>
Tue, 29 Nov 2016 13:00:53 +0000
(14:00 +0100)
ipaddress/gen.sh
[new file with mode: 0755]
patch
|
blob
diff --git a/ipaddress/gen.sh
b/ipaddress/gen.sh
new file mode 100755
(executable)
index 0000000..
2c2161e
--- /dev/null
+++ b/
ipaddress/gen.sh
@@ -0,0
+1,15
@@
+#! /bin/sh -xe
+
+# ./gen.sh -S -d -uc -us
+
+name=ipaddress
+v=0.8.3
+
+uscan --download-current-version
+
+tar xzf ../${name}-${v}.tar.gz
+mv ${name}-${v}/* .
+find ./${name}-${v} -type f -exec mv -v {} . \;
+rmdif ${name}-${v}/
+
+dpkg-buildpackage "$@"