Update of /cvsroot/lastbash/lastbash/debian
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv11809
Added Files:
compat conffiles copyright lastbash.dirs lastbash.docs
lastbash.install lastbash.manpages lastbash.menu rules watch
Log Message:
Added debian specific files.
--- NEW FILE: lastbash.menu ---
?package(lastbash):needs="text" section="Apps/Sound" title="LastBASH" command="lastbash"
--- NEW FILE: lastbash.docs ---
AUTHORS
README
TODO
--- NEW FILE: copyright ---
This is LastBASH, written and maintained by
Costin Stroie <cs...@us...>
The original source can always be found at:
http://sourceforge.net/projects/lastbash
Copyright Holder: Costin Stroie <cs...@us...>
License:
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this package; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.
--- NEW FILE: lastbash.install ---
lastbash usr/bin
lastbash.config etc
html/lastbash.html usr/share/lastbash
--- NEW FILE: rules ---
#!/usr/bin/make -f
# -*- makefile -*-
# LastBASH debian/rules that uses debhelper.
# This file was originally written by Joey Hess and Craig Small.
# As a special exception, when this file is copied by dh-make into a
# dh-make output file, you may use that output file without restriction.
# This special exception was added by Craig Small in version 0.37 of dh-make.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
configure: configure-stamp
configure-stamp:
dh_testdir
touch configure-stamp
build: build-stamp lastbash-config
lastbash-config: lastbash.config
lastbash.config: lastbash.config.in
sed -e '/^HTML_TEMPLATE/s/@HTML_TEMPLATE@/\/usr\/share\/lastbash\/lastbash.html/g' $< > $@
build-stamp: configure-stamp
dh_testdir
touch $@
clean:
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp lastbash.config
dh_clean
install: build
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs
dh_install
dh_installman
dh_installchangelogs ChangeLog
dh_installdocs
dh_installmenu
# Build architecture-independent files here.
binary-indep: build install
# We have nothing to do by default.
# Build architecture-dependent files here.
binary-arch: build install
dh_testdir
dh_testroot
dh_installchangelogs
dh_installdocs
dh_installexamples
# dh_install
# dh_installmenu
# dh_installdebconf
# dh_installlogrotate
# dh_installemacsen
# dh_installpam
# dh_installmime
# dh_python
# dh_installinit
# dh_installcron
# dh_installinfo
dh_installman
dh_link
dh_strip
dh_compress
dh_fixperms
# dh_perl
# dh_makeshlibs
dh_installdeb
dh_shlibdeps
dh_gencontrol
dh_md5sums
dh_builddeb
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install configure
--- NEW FILE: lastbash.dirs ---
usr/bin
usr/share/man/man1
usr/share/lastbash
--- NEW FILE: conffiles ---
--- NEW FILE: compat ---
4
--- NEW FILE: watch ---
# Compulsory line, this is a version 3 file
version=3
# Find new files on sourceforge, for debscripts >= 2.9
http://sf.net/lastbash/lastbash-(.*)\.tar\.gz
--- NEW FILE: lastbash.manpages ---
lastbash.1
|