Skip to content

Commit

Permalink
Replace contrib/debian/ with a note on how to install on Debian.
Browse files Browse the repository at this point in the history
Since gitflow is packaged for Debian and is available for testing and
sid already, remove the contrib/ directory in favour of using the
official Debian package.

Also mention how to install gitflow on Debian in the README.mdown.

Furthermore, Debian-specific things were removed from Changes.mdown
and the Makefile.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
  • Loading branch information
algernon committed Aug 25, 2011
1 parent be5dabf commit 1b454cc
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 84 deletions.
2 changes: 1 addition & 1 deletion Changes.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Release date: **not yet**

* Various minor bug fixes related to internal argument passing

* Add package installers for the Debian and Windows platforms.
* Add package installers for the Windows platform.

0.4.1:
-----
Expand Down
7 changes: 1 addition & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,7 @@
# policies, either expressed or implied, of Vincent Driessen.
#

# Determine if we're inside a debian build ..
ifdef DEB_BUILD_ARCH
prefix=$(DESTDIR)/usr/
else
prefix=/usr/local
endif
prefix=/usr/local

# files that need mode 755
EXEC_FILES=git-flow
Expand Down
10 changes: 10 additions & 0 deletions README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@ installer, which can be run using the following command:

$ wget --no-check-certificate -q -O - https://github.com/nvie/gitflow/raw/develop/contrib/gitflow-installer.sh | sudo bash

#### Debian

Users of Debian testing and unstable can use the apt-get tool to
install gitflow from the Debian repository:

$ apt-get install git-flow

For Debian stable, one can either use the git flow installer, or the
Debian package from unstable (it works just fine on stable too).

### Windows

For Windows users, [msysgit](http://code.google.com/p/msysgit/) is a good
Expand Down
5 changes: 0 additions & 5 deletions contrib/debian/changelog

This file was deleted.

1 change: 0 additions & 1 deletion contrib/debian/compat

This file was deleted.

14 changes: 0 additions & 14 deletions contrib/debian/control

This file was deleted.

40 changes: 0 additions & 40 deletions contrib/debian/copyright

This file was deleted.

1 change: 0 additions & 1 deletion contrib/debian/docs

This file was deleted.

16 changes: 0 additions & 16 deletions contrib/debian/rules

This file was deleted.

0 comments on commit 1b454cc

Please sign in to comment.