Subversion Repositories pub

Compare Revisions

No changes between revisions

Ignore whitespace Rev 131 → Rev 132

/relevation/branches/0.3/upstream.debian/docs
--- control (nonexistent)
+++ control (revision 132)
@@ -0,0 +1,19 @@
+Source: relevation
+Section: contrib/utils
+Priority: extra
+Maintainer: Toni Corvera <outlyer@gmail.com>
+Build-Depends: debhelper (>= 7.0.50~)
+Standards-Version: 3.9.1
+Homepage: http://p.outlyer.net/relevation/
+#Vcs-Git: git://git.debian.org/collab-maint/relevation.git
+#Vcs-Browser: http://git.debian.org/?p=collab-maint/relevation.git;a=summary
+
+Package: relevation
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, python (>= 2.3), python-libxml2, python-crypto
+Recommends: revelation
+Description: Command-line interface to query Revelation files
+ This is a command-line tool capable of retrieving passwords from
+ a Revelation password file.
+ .
+ Please note files can only be searched, not edited with this tool.
/relevation/branches/0.3/upstream.debian/README.source
0,0 → 1,7
relevation for Debian
---------------------
 
The upstream source includes a default set of Debian
packaging scripts in the upstream.debian/ directory (linked
by default as debian/ to allow direct construction of the package)
 
/relevation/branches/0.3/upstream.debian/source/format
0,0 → 1,0
3.0 (quilt)
/relevation/branches/0.3/upstream.debian/compat
0,0 → 1,0
7
/relevation/branches/0.3/upstream.debian/changelog
0,0 → 1,5
relevation (0.2-upstream.1) unstable; urgency=low
 
* Initial release
 
-- Toni Corvera <outlyer@gmail.com> Mon, 27 Jun 2011 01:44:10 +0200
/relevation/branches/0.3/upstream.debian/copyright
0,0 → 1,37
Format: http://dep.debian.net/deps/dep5
Upstream-Name: relevation
Source: http://p.outlyer.net/revelation/
 
Files: *
Copyright: 2011 Toni Corvera <outlyer@gmail.com>
License: BSD-3-Clause
 
Files: debian/*
Copyright: 2011 Toni Corvera <outlyer@gmail.com>
License: BSD-3-Clause
 
License: BSD-3-Clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. Neither the name of the University nor the names of its contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.
.
THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
 
/relevation/branches/0.3/upstream.debian/rules
0,0 → 1,17
#!/usr/bin/make -f
# -*- makefile -*-
# Sample 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
 
%:
dh $@
 
override_dh_auto_install:
$(MAKE) DESTDIR=$(CURDIR)/debian/relevation prefix=/usr install
 
Property changes:
Added: svn:executable
+*
\ No newline at end of property
/relevation/branches/0.3/upstream.debian/README.Debian
0,0 → 1,8
relevation for Debian
---------------------
 
This package is derived from the upstream tarball's Debian
packaging scripts. Those are not written by a Debian developer
so they may inadvertently break packaging rules or conventions.
 
-- Toni Corvera <outlyer@gmail.com> Mon, 27 Jun 2011 01:44:10 +0200