diff options
author | Raúl Benencia <rul@kalgan.cc> | 2013-10-07 19:03:33 +0400 |
---|---|---|
committer | =?UTF-8?q?Ra=C3=BAl=20Benencia?= <rul@kalgan.cc> | 2013-10-07 19:03:33 +0400 |
commit | 34d5ed6843cafb95b8479106641c347fc93efe6e (patch) | |
tree | 507797f59f03c06efef754a0c3ef05ad2a1d8252 /p/haskell-brainfuck | |
parent | 65313c8292a2d21ecbf1f5c0a9762e959c111e81 (diff) | |
download | DHG_packages-34d5ed6843cafb95b8479106641c347fc93efe6e.tar.gz |
haskell-brainfuck: Change brainfuck binary package name to hsbrainfuck
brainfuck package name was considered too generic. For that reason, it was
changed to hsbrainfuck along with the binary file that the package
produces.
Diffstat (limited to 'p/haskell-brainfuck')
-rw-r--r-- | p/haskell-brainfuck/debian/bf.1 | 16 | ||||
-rw-r--r-- | p/haskell-brainfuck/debian/brainfuck.haskell-binaries | 1 | ||||
-rw-r--r-- | p/haskell-brainfuck/debian/brainfuck.manpages | 1 | ||||
-rw-r--r-- | p/haskell-brainfuck/debian/changelog | 4 | ||||
-rw-r--r-- | p/haskell-brainfuck/debian/control | 2 | ||||
-rw-r--r-- | p/haskell-brainfuck/debian/hsbrainfuck.1 | 19 | ||||
-rw-r--r-- | p/haskell-brainfuck/debian/hsbrainfuck.dirs | 1 | ||||
-rw-r--r-- | p/haskell-brainfuck/debian/hsbrainfuck.manpages | 1 | ||||
-rwxr-xr-x | p/haskell-brainfuck/debian/rules | 3 |
9 files changed, 27 insertions, 21 deletions
diff --git a/p/haskell-brainfuck/debian/bf.1 b/p/haskell-brainfuck/debian/bf.1 deleted file mode 100644 index 8c48cc653..000000000 --- a/p/haskell-brainfuck/debian/bf.1 +++ /dev/null @@ -1,16 +0,0 @@ -.TH BF 1 "October 07 2013" -.SH NAME -bf \- a brainfuck programming language interpreter -.SH SYNOPSIS -.B \fBbf\fP -.SH DESCRIPTION -\fBbf\fP reads a brainfuck program from the standard input, and prints the -processed information to the standard output. - -.SH OPTIONS -None. -.SH AUTHOR -.nh -\fBbf\fP was written by Jason Dagit <dagit@codersbase.com> - -This manual page was written by Raúl Benencia for the Debian Project. diff --git a/p/haskell-brainfuck/debian/brainfuck.haskell-binaries b/p/haskell-brainfuck/debian/brainfuck.haskell-binaries deleted file mode 100644 index 292a76851..000000000 --- a/p/haskell-brainfuck/debian/brainfuck.haskell-binaries +++ /dev/null @@ -1 +0,0 @@ -bf diff --git a/p/haskell-brainfuck/debian/brainfuck.manpages b/p/haskell-brainfuck/debian/brainfuck.manpages deleted file mode 100644 index dcb763ad7..000000000 --- a/p/haskell-brainfuck/debian/brainfuck.manpages +++ /dev/null @@ -1 +0,0 @@ -debian/bf.1 diff --git a/p/haskell-brainfuck/debian/changelog b/p/haskell-brainfuck/debian/changelog index c809b2254..7efd49e3c 100644 --- a/p/haskell-brainfuck/debian/changelog +++ b/p/haskell-brainfuck/debian/changelog @@ -4,8 +4,8 @@ haskell-brainfuck (0.1-6) unstable; urgency=low * Adjust watch file to new hackage layout [ Raúl Benencia ] - * Enable brainfuck binary package, which has the bf program - * Added man page for the bf program + * Enable brainfuck binary package, which has the hsbrainfuck program + * Added man page for the hsbrainfuck program -- Raúl Benencia <rul@kalgan.cc> Mon, 07 Oct 2013 09:31:30 -0300 diff --git a/p/haskell-brainfuck/debian/control b/p/haskell-brainfuck/debian/control index 1be0c0e5b..03bafc583 100644 --- a/p/haskell-brainfuck/debian/control +++ b/p/haskell-brainfuck/debian/control @@ -56,7 +56,7 @@ Description: Brainfuck interpreter library${haskell:ShortBlurb} . ${haskell:Blurb} -Package: brainfuck +Package: hsbrainfuck Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} diff --git a/p/haskell-brainfuck/debian/hsbrainfuck.1 b/p/haskell-brainfuck/debian/hsbrainfuck.1 new file mode 100644 index 000000000..64d365899 --- /dev/null +++ b/p/haskell-brainfuck/debian/hsbrainfuck.1 @@ -0,0 +1,19 @@ +.TH HSBRAINFUCK 1 "October 07 2013" +.SH NAME +hsbrainfuck \- a brainfuck programming language interpreter +.SH SYNOPSIS +.B \fBhsbrainfuck\fP +.SH DESCRIPTION +\fBhsbrainfuck\fP reads a brainfuck program from the standard input, and prints the +processed information to the standard output. + +The original name of the program is \fBbf\fP, but it was changed to +\fBhsbrainfuck\fP in order to suit some needs of the Debian project. + +.SH OPTIONS +None. +.SH AUTHOR +.nh +\fBhsbrainfuck\fP was written by Jason Dagit <dagit@codersbase.com>. + +This manual page was written by Raúl Benencia for the Debian project. diff --git a/p/haskell-brainfuck/debian/hsbrainfuck.dirs b/p/haskell-brainfuck/debian/hsbrainfuck.dirs new file mode 100644 index 000000000..e77248175 --- /dev/null +++ b/p/haskell-brainfuck/debian/hsbrainfuck.dirs @@ -0,0 +1 @@ +usr/bin diff --git a/p/haskell-brainfuck/debian/hsbrainfuck.manpages b/p/haskell-brainfuck/debian/hsbrainfuck.manpages new file mode 100644 index 000000000..aaab27aee --- /dev/null +++ b/p/haskell-brainfuck/debian/hsbrainfuck.manpages @@ -0,0 +1 @@ +debian/hsbrainfuck.1 diff --git a/p/haskell-brainfuck/debian/rules b/p/haskell-brainfuck/debian/rules index 683e77bcf..74811ff3d 100755 --- a/p/haskell-brainfuck/debian/rules +++ b/p/haskell-brainfuck/debian/rules @@ -2,3 +2,6 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk + +install/hsbrainfuck:: + cp dist-ghc/build/bf/bf debian/hsbrainfuck/usr/bin/hsbrainfuck |