Skip to content

alexdantas/snake4.debian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

# snake4.debian

This repository contains the Debian packaging files for the game Snake4 (basic but nice implementation of the snake game).

If you're after the game Snake4 itself, go to it's homepage

screen

Debian Packaging

Structure

This package is maintained on a Git repository through some important branches.

branch role
master Snake4 and the debian package source code (debian directory)
upstream Everything that was on the original upstream tarball (orig.tar.gz)
pristine-tar Debian original tarball
readme This single file, explaining all that

Getting Started

To start working on this package, clone this repository along with all branches:

# Cloning the entire repository
$ git clone https://github.com/alexdantas/snake4.debian

# For now you have only the `readme` branch
$ git branch
* readme

# But the other branches are actually "hidden"
$ git branch -a
* readme
remotes/origin/master
remotes/origin/pristine-tar
remotes/origin/upstream

# So start working on one of them with this
# specific command:
$ git checkout -b master origin/master

# And by this moment you have this branch as "non-hidden"
# You can go back and forth as you like
$ git checkout -b readme
$ git checkout -b master

Notes

  1. Remember that the master is not the one you get right after cloning this repository!
  2. Workaround.org has a nice article on co-maintaining a Debian package with Git and git-buildpackage.

About

Debian packaging repository for the game 'snake4'

Resources

Stars

Watchers

Forks

Packages

No packages published