diff options
| author | Paul Buetow (lxpbuetowlap.united.domain) <paul.buetow@1und1.de> | 2014-03-16 09:31:48 +0100 |
|---|---|---|
| committer | Paul Buetow (lxpbuetowlap.united.domain) <paul.buetow@1und1.de> | 2014-03-16 09:31:48 +0100 |
| commit | d6d066d5445afb5d688aca508a34abc0bbe2b1f2 (patch) | |
| tree | 8d73ee2902bc6f2664be8033eac9fd66ea57b558 /debian | |
| parent | b6452f2266a66f6c7ed1d936d1bf7bcf1ecb0b30 (diff) | |
rename project
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/README | 2 | ||||
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | debian/control | 14 | ||||
| -rw-r--r-- | debian/copyright | 6 | ||||
| -rw-r--r-- | debian/files | 2 | ||||
| -rw-r--r-- | debian/foo.manpages | 1 | ||||
| -rw-r--r-- | debian/japi.manpages | 1 | ||||
| -rw-r--r-- | debian/japi.substvars (renamed from debian/foo.substvars) | 0 |
8 files changed, 14 insertions, 14 deletions
diff --git a/debian/README b/debian/README index 8edd461..df25415 100644 --- a/debian/README +++ b/debian/README @@ -1,4 +1,4 @@ -The Debian Package foo +The Debian Package japi ---------------------------- This is just a humble go project. Not sure if everything meets the debian diff --git a/debian/changelog b/debian/changelog index 78faa32..90826ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -foo (0.0.0) stable; urgency=low +japi (0.0.0) stable; urgency=low * Initial version of the template diff --git a/debian/control b/debian/control index 1a33eb7..940ce61 100644 --- a/debian/control +++ b/debian/control @@ -1,15 +1,15 @@ -Source: foo +Source: japi Section: utils Priority: optional Maintainer: Paul Buetow <paul@buetow.org> Build-Depends: Standards-Version: 3.9.2 -Homepage: https://template.buetow.org -Vcs-Git: git://git.buetow.org/template -Vcs-Browser: http://web.buetow.org/git/?p=template.git;a=summary +Homepage: https://japi.buetow.org +Vcs-Git: git://git.buetow.org/japi +Vcs-Browser: http://web.buetow.org/git/?p=japi.git;a=summary -Package: foo +Package: japi Architecture: all Depends: -Description: Small template package - This is just a template package, which cann print Hello World. +Description: Command line tool for Jira + This is a small tool to list open issues in JIRA via the REST API diff --git a/debian/copyright b/debian/copyright index 081a25d..642364e 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,9 +1,9 @@ Format: http://dep.debian.net/deps/dep5 -Upstream-Name: foo -Source: http://template.buetow.org +Upstream-Name: japi +Source: http://japi.buetow.org Files: * -Copyright: 2012 Paul Buetow <paul@buetow.org> +Copyright: 2014 Paul Buetow <paul@buetow.org> License: GPL-3.0+ Files: debian/* diff --git a/debian/files b/debian/files index b1f79bd..9c5fa47 100644 --- a/debian/files +++ b/debian/files @@ -1 +1 @@ -foo_0.0.0.0_all.deb utils optional +japi_0.0.0.0_all.deb utils optional diff --git a/debian/foo.manpages b/debian/foo.manpages deleted file mode 100644 index 3925962..0000000 --- a/debian/foo.manpages +++ /dev/null @@ -1 +0,0 @@ -docs/foo.1 diff --git a/debian/japi.manpages b/debian/japi.manpages new file mode 100644 index 0000000..48e869c --- /dev/null +++ b/debian/japi.manpages @@ -0,0 +1 @@ +docs/japi.1 diff --git a/debian/foo.substvars b/debian/japi.substvars index abd3ebe..abd3ebe 100644 --- a/debian/foo.substvars +++ b/debian/japi.substvars |
