File: debuild.sh

package info (click to toggle)
xjump 2.7.5-6.2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 312 kB
  • ctags: 302
  • sloc: ansic: 2,347; makefile: 139; sh: 29
file content (10 lines) | stat: -rwxr-xr-x 189 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh -e
dh_testdir
fakeroot debian/rules clean
pwd=`pwd`
dirname=`basename $pwd`
rm -rf ../$dirname.orig
cp -a . ../$dirname.orig
rm -f ../xjump_2.7.5.orig.tar.gz # evil
debuild "$@"