Skip to content
Snippets Groups Projects
Commit fc62a534 authored by Kevin M. Rosenberg's avatar Kevin M. Rosenberg
Browse files

Update domain name to kpe.io

parent 5bde84a6
No related branches found
No related tags found
No related merge requests found
......@@ -5,9 +5,9 @@ Maintainer: Kevin M. Rosenberg <kmr@debian.org>
Build-Depends-Indep: dh-lisp
Build-Depends: debhelper (>= 7.0.0)
Standards-Version: 3.9.5.0
Homepage: http://files.b9.com/cl-base64/
Vcs-Git: git://git.b9.com/cl-base64.git
Vcs-Browser: http://git.b9.com/?p=cl-base64.git
Homepage: http://files.kpe.io/cl-base64/
Vcs-Git: git://git.kpe.io/cl-base64.git
Vcs-Browser: http://git.kpe.io/?p=cl-base64.git
Package: cl-base64
Architecture: all
......
This package was debianized by Kevin M. Rosenberg <kmr@debian.org> in
Dec 2002.
It was downloaded from http://files.b9.com/base64/
It was downloaded from http://files.kpe.io/base64/
Upstream Author: Kevin M. Rosenberg <kevin@rosenberg.net>
This code is based on code placed in the public domain by Juri Pakaste
......
#!/bin/bash -e
dup cl-base64 -Ufiles.b9.com -D/home/ftp/cl-base64 -su \
dup cl-base64 -Ufiles.kpe.io -D/home/ftp/cl-base64 -su \
-C"(umask 022; cd /srv/www/html/cl-base64; make install; find . -type d |xargs chmod go+rx; find . -type f | xargs chmod go+r)" $*
version=3
http://files.b9.com/cl-base64/cl-base64-(\d+.*)\.tar\.gz
http://files.kpe.io/cl-base64/cl-base64-(\d+.*)\.tar\.gz
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment