Skip to content

Commit

Permalink
Remove upstream debian packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
x42 committed Aug 5, 2018
1 parent d4672f5 commit ed0ac58
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 266 deletions.
37 changes: 0 additions & 37 deletions build-deb.sh

This file was deleted.

10 changes: 0 additions & 10 deletions debian/changelog

This file was deleted.

1 change: 0 additions & 1 deletion debian/compat

This file was deleted.

28 changes: 0 additions & 28 deletions debian/control

This file was deleted.

130 changes: 0 additions & 130 deletions debian/copyright

This file was deleted.

1 change: 0 additions & 1 deletion debian/docs

This file was deleted.

3 changes: 0 additions & 3 deletions debian/manpages

This file was deleted.

31 changes: 0 additions & 31 deletions debian/rules

This file was deleted.

11 changes: 0 additions & 11 deletions debian/setbfree.desktop

This file was deleted.

11 changes: 0 additions & 11 deletions debian/x42-whirl.desktop

This file was deleted.

6 changes: 3 additions & 3 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ fi
echo "commit pending changes.."
git commit -a

echo "Update version number -- edit 3 files: Makefile ChangeLog debian/changelog"
echo "Update version number -- edit two files: Makefile ChangeLog"
echo -n "launch editor ? [Y/n]"
read -n1 a
echo

if test "$a" != "n" -a "$a" != "N"; then
${EDITOR} Makefile debian/changelog ChangeLog
${EDITOR} Makefile ChangeLog
fi

eval `grep "EXPORTED_VERSION=" Makefile`
Expand All @@ -42,7 +42,7 @@ make doc
make dist

echo "creating git-commit of updated doc & version number"
git commit -m "finalize changelog v${EXPORTED_VERSION}" Makefile ChangeLog debian/changelog doc/*.1
git commit -m "finalize changelog v${EXPORTED_VERSION}" Makefile ChangeLog doc/*.1

git tag "v${EXPORTED_VERSION}" || (echo -n "version tagging failed. - press Enter to continue, CTRL-C to stop."; read; )

Expand Down

0 comments on commit ed0ac58

Please sign in to comment.