/relevation/trunk/debian/README.Debian |
---|
5,4 → 5,7 |
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 |
The minimum required Python version is set based on pyqver |
(https://github.com/ghewgill/pyqver/tree/master) |
-- Toni Corvera <outlyer@gmail.com> Fri, 23 May 2014 01:04:59 +0200 |
/relevation/trunk/debian/control |
---|
2,15 → 2,16 |
Section: contrib/utils |
Priority: extra |
Maintainer: Toni Corvera <outlyer@gmail.com> |
Build-Depends: debhelper (>= 7.0.50~), python (>= 2.3) |
Build-Depends: debhelper (>= 7.0.50~), python-support (>= 0.90) |
X-Python-Version: >= 2.5 |
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 |
Vcs-Svn: https://svn.outlyer.net/svn/pub/relevation |
Vcs-Browser: https://svn.outlyer.net/websvn/wsvn/pub/relevation/ |
Package: relevation |
Architecture: all |
Depends: ${shlibs:Depends}, ${misc:Depends}, python (>= 2.3), python-lxml, python-crypto |
Depends: ${shlibs:Depends}, ${misc:Depends}, python-lxml, python-crypto, ${python:Depends} |
Recommends: revelation |
Description: Command-line interface to query Revelation files |
This is a command-line tool capable of retrieving passwords from |
/relevation/trunk/debian/changelog |
---|
1,3 → 1,9 |
relevation (1.3-pon.1) unstable; urgency=medium |
* New version |
-- Toni Corvera <outlyer@gmail.com> Wed, 21 May 2014 19:02:49 +0200 |
relevation (1.2.1-pon.1) unstable; urgency=low |
* New version |
/relevation/trunk/debian/rules |
---|
9,9 → 9,12 |
# Uncomment this to turn on verbose mode. |
#export DH_VERBOSE=1 |
# install dir shorthand |
RLVINST=$(CURDIR)/debian/relevation |
%: |
dh $@ |
override_dh_auto_install: |
$(MAKE) DESTDIR=$(CURDIR)/debian/relevation prefix=/usr install |
$(MAKE) DESTDIR=$(RLVINST) prefix=/usr install |