diff options
| author | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-06-20 00:26:20 +0200 |
|---|---|---|
| committer | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-06-20 00:26:20 +0200 |
| commit | 02e1ef1f60d6606be65e458fbe62e38de525ca3b (patch) | |
| tree | 0b101baa2af12ff2bc829fe80c8af277d4027888 /debian | |
| parent | cfe97123dd04b95bd5f9add67dc34f046d0de208 (diff) | |
rename to netdiff
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/README | 2 | ||||
| -rw-r--r-- | debian/changelog | 4 | ||||
| -rw-r--r-- | debian/control | 16 | ||||
| -rw-r--r-- | debian/copyright | 8 | ||||
| -rw-r--r-- | debian/files | 2 | ||||
| -rw-r--r-- | debian/netdiff.manpages | 1 | ||||
| -rw-r--r-- | debian/netdiff.substvars (renamed from debian/template.substvars) | 0 | ||||
| -rw-r--r-- | debian/template.manpages | 1 |
8 files changed, 17 insertions, 17 deletions
diff --git a/debian/README b/debian/README index 328f773..881450b 100644 --- a/debian/README +++ b/debian/README @@ -1,4 +1,4 @@ -The Debian Package template +The Debian Package netdiff ---------------------------- This is just a humble go project. Not sure if everything meets the debian diff --git a/debian/changelog b/debian/changelog index d0e1435..ca61ca0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -template (0.0.0) stable; urgency=low +netdiff (0.0.0) stable; urgency=low - * Initial version of the template + * Initial version of the netdiff -- Paul Buetow <paul@buetow.org> Fri, 04 Jan 2013 07:53:32 +0100 diff --git a/debian/control b/debian/control index 3edcbf2..8ab91e5 100644 --- a/debian/control +++ b/debian/control @@ -1,15 +1,15 @@ -Source: template +Source: netdiff Section: utils Priority: optional -Maintainer: Paul Buetow <paul@buetow.org> +Maintainer: Paul C. Buetow <paul@buetow.org> Build-Depends: Standards-Version: 3.9.2 -Homepage: https://template.buetow.org -Vcs-Git: https://github.com/rantanplan/template.git -Vcs-Browser: https://github.com/rantanplan/template +Homepage: https://netdiff.buetow.org +Vcs-Git: https://github.com/rantanplan/netdiff.git +Vcs-Browser: https://github.com/rantanplan/netdiff -Package: template +Package: netdiff Architecture: all Depends: -Description: Small template package - This is just a template package, which cann print Hello World. +Description: Small netdiff package + This utility can be used to diff files accross the network diff --git a/debian/copyright b/debian/copyright index 7dcaec6..6995114 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,13 +1,13 @@ Format: http://dep.debian.net/deps/dep5 -Upstream-Name: template -Source: http://template.buetow.org +Upstream-Name: netdiff +Source: http://netdiff.buetow.org Files: * -Copyright: 2012 Paul Buetow <paul@buetow.org> +Copyright: 2014 Paul C. Buetow <paul@buetow.org> License: GPL-3.0+ Files: debian/* -Copyright: 2012 Paul Buetow <paul@buetow.org> +Copyright: 2012 Paul C. Buetow <paul@buetow.org> License: GPL-3.0+ License: GPL-3.0+ diff --git a/debian/files b/debian/files index 4a0eeba..5455a77 100644 --- a/debian/files +++ b/debian/files @@ -1 +1 @@ -template_0.0.0_all.deb utils optional +netdiff_0.0.0_all.deb utils optional diff --git a/debian/netdiff.manpages b/debian/netdiff.manpages new file mode 100644 index 0000000..d3b1a41 --- /dev/null +++ b/debian/netdiff.manpages @@ -0,0 +1 @@ +docs/netdiff.1 diff --git a/debian/template.substvars b/debian/netdiff.substvars index abd3ebe..abd3ebe 100644 --- a/debian/template.substvars +++ b/debian/netdiff.substvars diff --git a/debian/template.manpages b/debian/template.manpages deleted file mode 100644 index b4d53bb..0000000 --- a/debian/template.manpages +++ /dev/null @@ -1 +0,0 @@ -docs/template.1 |
