From d6d066d5445afb5d688aca508a34abc0bbe2b1f2 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (lxpbuetowlap.united.domain)" Date: Sun, 16 Mar 2014 09:31:48 +0100 Subject: rename project --- debian/README | 2 +- debian/changelog | 2 +- debian/control | 14 +++++++------- debian/copyright | 6 +++--- debian/files | 2 +- debian/foo.manpages | 1 - debian/foo.substvars | 1 - debian/japi.manpages | 1 + debian/japi.substvars | 1 + 9 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 debian/foo.manpages delete mode 100644 debian/foo.substvars create mode 100644 debian/japi.manpages create mode 100644 debian/japi.substvars (limited to 'debian') 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 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 +Copyright: 2014 Paul Buetow 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/foo.substvars b/debian/foo.substvars deleted file mode 100644 index abd3ebe..0000000 --- a/debian/foo.substvars +++ /dev/null @@ -1 +0,0 @@ -misc:Depends= 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/japi.substvars b/debian/japi.substvars new file mode 100644 index 0000000..abd3ebe --- /dev/null +++ b/debian/japi.substvars @@ -0,0 +1 @@ +misc:Depends= -- cgit v1.2.3