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 | |
| parent | d0de34d6cf41b2d1d4c2110ae507a790f91d1a67 (diff) | |
rename stuff from foo to template
| -rw-r--r-- | Makefile | 2 | ||||
| -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 | ||||
| -rw-r--r-- | docs/template.1 (renamed from docs/foo.1) | 48 | ||||
| -rw-r--r-- | docs/template.pod (renamed from docs/foo.pod) | 44 | ||||
| -rw-r--r-- | docs/template.txt (renamed from docs/foo.txt) | 44 | ||||
| -rwxr-xr-x | src/template (renamed from src/foo) | 0 |
13 files changed, 76 insertions, 76 deletions
@@ -1,4 +1,4 @@ -NAME=foo +NAME=template all: version docs build # THIS IS NEEDED BY THE DEBIAN TOOLS 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 diff --git a/docs/foo.1 b/docs/template.1 index 57ca229..3e2d73d 100644 --- a/docs/foo.1 +++ b/docs/template.1 @@ -124,18 +124,18 @@ .\" ======================================================================== .\" .IX Title "FOO 1" -.TH FOO 1 "2014-02-03" "foo 0.0.0.0" "User Commands" +.TH FOO 1 "2014-02-03" "template 0.0.0.0" "User Commands" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" -foo \- A template project +template \- A template project .SH "WTF?" .IX Header "WTF?" You may use this project in order to build your own Debian package for your own project. This has been tested with Debian GNU/Linux Squeeze and Debian GNU/Linux Wheezy. .PP -Feel free to modify any aspects. This project is just an empty example foo. +Feel free to modify any aspects. This project is just an empty example template. .PP Follow these steps: .SS "Install required packages" @@ -158,7 +158,7 @@ Go to the to level directory and run To test run .PP .Vb 1 -\& ./bin/foo +\& ./bin/template .Ve .PP It should print out the version number of the project. @@ -173,35 +173,35 @@ Go to the to level directory and run It will create the files like: .PP .Vb 4 -\& ../foo_0.0.0.0_all.deb -\& ../foo_0.0.0.0.dsc -\& ../foo_0.0.0.0_amd64.changes -\& ../foo_0.0.0.0.tar.gz +\& ../template_0.0.0.0_all.deb +\& ../template_0.0.0.0.dsc +\& ../template_0.0.0.0_amd64.changes +\& ../template_0.0.0.0.tar.gz .Ve .PP It should create a debian package in ../. Check and install it, e.g: .PP .Vb 2 -\& lintian \-\-pedantic ../foo_0.0.0.0_all.deb -\& sudo dpkg \-i ../foo_0.0.0.0_all.deb +\& lintian \-\-pedantic ../template_0.0.0.0_all.deb +\& sudo dpkg \-i ../template_0.0.0.0_all.deb .Ve .PP Run .PP .Vb 1 -\& dpkg \-L foo +\& dpkg \-L template .Ve .PP to see whats in there. You can now run .PP .Vb 1 -\& /usr/bin/foo +\& /usr/bin/template .Ve .PP or for example .PP .Vb 1 -\& man foo +\& man template .Ve .SS "Read the Makefile" .IX Subsection "Read the Makefile" @@ -223,32 +223,32 @@ Now, since you understood everything feel free to customize everything the way y You should also consider the following: .SS "Manual page" .IX Subsection "Manual page" -This template is using \s-1POD\s0 for creating manual pages. Edit ./docs/foo.pod and run +This template is using \s-1POD\s0 for creating manual pages. Edit ./docs/template.pod and run .PP .Vb 1 \& make documentation .Ve .PP -in order to build ./docs/foo.1. The page will be included in the resulting debian package automatically. You can review the page with +in order to build ./docs/template.1. The page will be included in the resulting debian package automatically. You can review the page with .PP .Vb 1 -\& man ./docs/foo.1 +\& man ./docs/template.1 .Ve -.SS "Renaming foo into your project name" -.IX Subsection "Renaming foo into your project name" -Rename all files which have *foo* included into your own new package name. You can do that with: +.SS "Renaming template into your project name" +.IX Subsection "Renaming template into your project name" +Rename all files which have *template* included into your own new package name. You can do that with: .PP .Vb 3 \& PROJECTNAME=yourproject -\& find . \-name \e*foo\e* | -\& while read foo; do git mv $foo ${foo/foo/$PROJECTNAME}; done +\& find . \-name \e*template\e* | +\& while read template; do git mv $template ${template/template/$PROJECTNAME}; done .Ve .PP -Search all content and rename *foo* into your own new package name. You can do that with: +Search all content and rename *template* into your own new package name. You can do that with: .PP .Vb 2 -\& grep \-R foo . | grep \-v .git | -\& cut \-d: \-f1 | uniq | xargs sed \-i "s/foo/$PROJECTNAME/g" +\& grep \-R template . | grep \-v .git | +\& cut \-d: \-f1 | uniq | xargs sed \-i "s/template/$PROJECTNAME/g" .Ve .SS "Updating ./debian" .IX Subsection "Updating ./debian" diff --git a/docs/foo.pod b/docs/template.pod index e8c4172..76de14e 100644 --- a/docs/foo.pod +++ b/docs/template.pod @@ -1,12 +1,12 @@ =head1 NAME -foo - A template project +template - A template project =head1 WTF? You may use this project in order to build your own Debian package for your own project. This has been tested with Debian GNU/Linux Squeeze and Debian GNU/Linux Wheezy. -Feel free to modify any aspects. This project is just an empty example foo. +Feel free to modify any aspects. This project is just an empty example template. Follow these steps: @@ -26,7 +26,7 @@ Go to the to level directory and run To test run - ./bin/foo + ./bin/template It should print out the version number of the project. @@ -38,27 +38,27 @@ Go to the to level directory and run It will create the files like: - ../foo_0.0.0.0_all.deb - ../foo_0.0.0.0.dsc - ../foo_0.0.0.0_amd64.changes - ../foo_0.0.0.0.tar.gz + ../template_0.0.0.0_all.deb + ../template_0.0.0.0.dsc + ../template_0.0.0.0_amd64.changes + ../template_0.0.0.0.tar.gz It should create a debian package in ../. Check and install it, e.g: - lintian --pedantic ../foo_0.0.0.0_all.deb - sudo dpkg -i ../foo_0.0.0.0_all.deb + lintian --pedantic ../template_0.0.0.0_all.deb + sudo dpkg -i ../template_0.0.0.0_all.deb Run - dpkg -L foo + dpkg -L template to see whats in there. You can now run - /usr/bin/foo + /usr/bin/template or for example - man foo + man template =head2 Read the Makefile @@ -80,26 +80,26 @@ You should also consider the following: =head2 Manual page -This template is using POD for creating manual pages. Edit ./docs/foo.pod and run +This template is using POD for creating manual pages. Edit ./docs/template.pod and run make documentation -in order to build ./docs/foo.1. The page will be included in the resulting debian package automatically. You can review the page with +in order to build ./docs/template.1. The page will be included in the resulting debian package automatically. You can review the page with - man ./docs/foo.1 + man ./docs/template.1 -=head2 Renaming foo into your project name +=head2 Renaming template into your project name -Rename all files which have *foo* included into your own new package name. You can do that with: +Rename all files which have *template* included into your own new package name. You can do that with: PROJECTNAME=yourproject - find . -name \*foo\* | - while read foo; do git mv $foo ${foo/foo/$PROJECTNAME}; done + find . -name \*template\* | + while read template; do git mv $template ${template/template/$PROJECTNAME}; done -Search all content and rename *foo* into your own new package name. You can do that with: +Search all content and rename *template* into your own new package name. You can do that with: - grep -R foo . | grep -v .git | - cut -d: -f1 | uniq | xargs sed -i "s/foo/$PROJECTNAME/g" + grep -R template . | grep -v .git | + cut -d: -f1 | uniq | xargs sed -i "s/template/$PROJECTNAME/g" =head2 Updating ./debian diff --git a/docs/foo.txt b/docs/template.txt index bf913ac..bd93178 100644 --- a/docs/foo.txt +++ b/docs/template.txt @@ -1,5 +1,5 @@ NAME - foo - A template project + template - A template project WTF? You may use this project in order to build your own Debian package for @@ -7,7 +7,7 @@ WTF? Debian GNU/Linux Wheezy. Feel free to modify any aspects. This project is just an empty example - foo. + template. Follow these steps: @@ -26,7 +26,7 @@ WTF? To test run - ./bin/foo + ./bin/template It should print out the version number of the project. @@ -37,27 +37,27 @@ WTF? It will create the files like: - ../foo_0.0.0.0_all.deb - ../foo_0.0.0.0.dsc - ../foo_0.0.0.0_amd64.changes - ../foo_0.0.0.0.tar.gz + ../template_0.0.0.0_all.deb + ../template_0.0.0.0.dsc + ../template_0.0.0.0_amd64.changes + ../template_0.0.0.0.tar.gz It should create a debian package in ../. Check and install it, e.g: - lintian --pedantic ../foo_0.0.0.0_all.deb - sudo dpkg -i ../foo_0.0.0.0_all.deb + lintian --pedantic ../template_0.0.0.0_all.deb + sudo dpkg -i ../template_0.0.0.0_all.deb Run - dpkg -L foo + dpkg -L template to see whats in there. You can now run - /usr/bin/foo + /usr/bin/template or for example - man foo + man template Read the Makefile Read the Makefile in order to understand what's going on. @@ -78,28 +78,28 @@ Customize Manual page This template is using POD for creating manual pages. Edit - ./docs/foo.pod and run + ./docs/template.pod and run make documentation - in order to build ./docs/foo.1. The page will be included in the + in order to build ./docs/template.1. The page will be included in the resulting debian package automatically. You can review the page with - man ./docs/foo.1 + man ./docs/template.1 - Renaming foo into your project name - Rename all files which have *foo* included into your own new package + Renaming template into your project name + Rename all files which have *template* included into your own new package name. You can do that with: PROJECTNAME=yourproject - find . -name \*foo\* | - while read foo; do git mv $foo ${foo/foo/$PROJECTNAME}; done + find . -name \*template\* | + while read template; do git mv $template ${template/template/$PROJECTNAME}; done - Search all content and rename *foo* into your own new package name. You + Search all content and rename *template* into your own new package name. You can do that with: - grep -R foo . | grep -v .git | - cut -d: -f1 | uniq | xargs sed -i "s/foo/$PROJECTNAME/g" + grep -R template . | grep -v .git | + cut -d: -f1 | uniq | xargs sed -i "s/template/$PROJECTNAME/g" Updating ./debian Edit the following files accordingly to your new project (e.g. with |
