← Back to team overview

app-review-board team mailing list archive

[Bug 861480] Re: Application Review Request: 4digits_1.0

 

Would you like to try out this version yourself? It's pretty
straightforward if you're running Ubuntu or Debian . Just click "Fork"
on the github packaging repository I created:

https://github.com/allisonrandal/pkg-4digits

Check out your own fork, together with the packaging branches it
includes:

git clone git@xxxxxxxxxx:fossilet/pkg-4digits.git
git checkout -b upstream origin/upstream
git checkout -b pristine-tar origin/pristine-tar
git checkout master

You can check this worked by listing the git branches, which should look
like this example:

allison@se:~/projects/git/pkg-4digits$ git branch
* master
  pristine-tar
  upstream

Install a couple of packaging tools:

sudo apt-get install git-buildpackage pristine-tar

Tell git to import the new release (it'll download the release from your
site automatically):

git import-orig --pristine-tar --uscan

Edit the debian/changelog file and add these lines (update the date/time):
-----------
4digits (1.1-1) unstable; urgency=low
  * New upstream release.

 -- Yongzhi Pan <panyongzhi@xxxxxxxxx>  Fri, 09 Dec 2011 12:33:39 -0800
-----------

Commit that change, then push all the changes back to github:

git push origin master --tags
git push origin upstream --tags
git push origin pristine-tar --tags

Let me know when that's done, and I'll get it up to Debian.

-- 
You received this bug notification because you are a member of
Application Review Board, which is subscribed to Ubuntu Application
Review Board.
https://bugs.launchpad.net/bugs/861480

Title:
  Application Review Request: 4digits_1.0

Status in Ubuntu Application Review Board:
  New

Bug description:
  NOTE: This submission was sent through the MyApps process.

  = Application Review For 4digits =

   * Name: Yongzhi Pan
   * Email: panyongzhi@@gmail.com
   * Application name: 4digits
   * Tagline: Guess the number!
   * Keywords: puzzle, game
   * Description: 4digits is a guess-the-number puzzle game. It's called Bulls and Cows. The game's objective is to guess a four-digit number in 8 times using as less time as possible.
   * License: GNU GPL v2
   * Support URL: http://fourdigits.sourceforge.net/
   * Package file (link):
   * Images (links):
     * 64x64: https://myapps.developer.ubuntu.com/site_media/icons/2011/09/4digits_logo.png

  === Status ===

  Pending review

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-app-review-board/+bug/861480/+subscriptions


Follow ups

References