diff options
| author | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2014-03-16 15:29:03 +0100 |
|---|---|---|
| committer | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2014-03-16 15:29:03 +0100 |
| commit | 97214d00d915e38f698fe6281651cc9aae2a4ee2 (patch) | |
| tree | 7c7977ef3674bb7003759a00d78205cc04c2c9aa /debian | |
| parent | d0de34d6cf41b2d1d4c2110ae507a790f91d1a67 (diff) | |
rename stuff from foo to template
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/README | 2 | ||||
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | debian/control | 4 | ||||
| -rw-r--r-- | debian/copyright | 2 | ||||
| -rw-r--r-- | debian/files | 2 | ||||
| -rw-r--r-- | debian/foo.manpages | 1 | ||||
| -rw-r--r-- | debian/template.manpages | 1 | ||||
| -rw-r--r-- | debian/template.substvars (renamed from debian/foo.substvars) | 0 |
8 files changed, 7 insertions, 7 deletions
diff --git a/debian/README b/debian/README index 8edd461..328f773 100644 --- a/debian/README +++ b/debian/README @@ -1,4 +1,4 @@ -The Debian Package foo +The Debian Package template ---------------------------- This is just a humble go project. Not sure if everything meets the debian diff --git a/debian/changelog b/debian/changelog index 78faa32..d0e1435 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -foo (0.0.0) stable; urgency=low +template (0.0.0) stable; urgency=low * Initial version of the template diff --git a/debian/control b/debian/control index 1a33eb7..8bfb0f6 100644 --- a/debian/control +++ b/debian/control @@ -1,4 +1,4 @@ -Source: foo +Source: template Section: utils Priority: optional Maintainer: Paul Buetow <paul@buetow.org> @@ -8,7 +8,7 @@ Homepage: https://template.buetow.org Vcs-Git: git://git.buetow.org/template Vcs-Browser: http://web.buetow.org/git/?p=template.git;a=summary -Package: foo +Package: template Architecture: all Depends: Description: Small template package diff --git a/debian/copyright b/debian/copyright index 081a25d..7dcaec6 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,5 +1,5 @@ Format: http://dep.debian.net/deps/dep5 -Upstream-Name: foo +Upstream-Name: template Source: http://template.buetow.org Files: * diff --git a/debian/files b/debian/files index b1f79bd..059d85b 100644 --- a/debian/files +++ b/debian/files @@ -1 +1 @@ -foo_0.0.0.0_all.deb utils optional +template_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/template.manpages b/debian/template.manpages new file mode 100644 index 0000000..b4d53bb --- /dev/null +++ b/debian/template.manpages @@ -0,0 +1 @@ +docs/template.1 diff --git a/debian/foo.substvars b/debian/template.substvars index abd3ebe..abd3ebe 100644 --- a/debian/foo.substvars +++ b/debian/template.substvars |
