diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e322a1c --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +debian/lch/ +debian/.debhelper/ +debian/debhelper-build-stamp +debian/files +debian/lch.substvars \ No newline at end of file diff --git a/bin/install.sh b/bin/install.sh index bc9716e..afc1883 100755 --- a/bin/install.sh +++ b/bin/install.sh @@ -26,7 +26,7 @@ if [ -x "$(command -v man)" ]; then MANDIR=${MANPATH%%:*}/man1 mkdir -p $MANDIR - cp lch.1 $MANDIR/lch.1 + cp man/lch.1 $MANDIR/lch.1 gzip $MANDIR/lch.1 chmod 644 $MANDIR/lch.1.gz echo " Copied manpage in $MANDIR" diff --git a/debian/postrm b/debian/postrm new file mode 100644 index 0000000..e69de29 diff --git a/debian/rules b/debian/rules index bc863fb..b2bfd7b 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --builddirectory=./ + dh $@ override_dh_usrlocal: