Skip to content

Commit

Permalink
Rename debian package to axe-demuxer due to clash
Browse files Browse the repository at this point in the history
  • Loading branch information
kdm9 committed Feb 24, 2015
1 parent 6e40a25 commit 8549007
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ tags
version

# debian
version
axe-deb
axe_*
axe-demuxer_*
7 changes: 7 additions & 0 deletions deb-clean.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

set -ex

rm -f axe-demuxer*
rm -f version
rm -rf axe-deb
2 changes: 1 addition & 1 deletion make-deb.sh → deb-make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ mkdir -p $PKG_DIR
cp -r $SRC_DIRS $PKG_DIR


tar czf axe_${VERSION}.orig.tar.gz $SRC_DIRS
tar czf axe-demuxer_${VERSION}.orig.tar.gz $SRC_DIRS
1 change: 0 additions & 1 deletion debian/axe.dirs → debian/axe-demuxer.dirs
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
usr/bin
usr/share/doc/axe
usr/share/man/man1
Empty file removed debian/axe.install
Empty file.
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
axe (0.2.1-1) UNRELEASED; urgency=medium
axe-demuxer (0.2.1-1) UNRELEASED; urgency=medium

* Initial debian release. (Closes: #XXXXX)

Expand Down
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Source: axe
Source: axe-demuxer
Maintainer: Kevin Murray <[email protected]>
Section: science
Priority: optional
Expand All @@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9),
zlib1g-dev
Homepage: https://github.com/kdmurray91/axe

Package: axe
Package: axe-demuxer
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Trie-based DNA sequencing read demultiplexer
Expand Down

0 comments on commit 8549007

Please sign in to comment.