Download Latest Version susfinder-0.2.0.tar.gz (22.5 kB)
Email in envelope

Get an email when there's a new version of SUSFinder

Home / 0.1.0 / debian
Name Modified Size InfoDownloads / Week
Parent folder
README.txt 2015-06-14 2.6 kB
susfinder_0.1.0-1_amd64.changes 2015-06-08 1.0 kB
susfinder_0.1.0-1_amd64.deb 2015-06-08 12.0 kB
susfinder_0.1.0-1_i386.changes 2015-06-07 1.8 kB
susfinder_0.1.0-1_i386.deb 2015-06-07 11.6 kB
susfinder_0.1.0-1.dsc 2015-06-07 1.1 kB
susfinder_0.1.0-1.debian.tar.gz 2015-06-07 2.0 kB
Totals: 7 Items   32.0 kB 0
This folder contains Debian package release for susfinder-0.1.0, which you
could download the binary package (*.deb) and have it installed by GDebi
or dpkg.

Currently, only binary package for 'i386' (Intel 32-bit) and 'amd64'
(AMD/Intel x86-64 bit) architecture are provided. Checksum information of
each *.deb file is available in the corresponding *.changes file.


Files Listing
=============

Binary package files:
 - susfinder_0.1.0-1_i386.deb       Binary package for i386 architecture
 - susfinder_0.1.0-1_amd64.deb      Binary package for amd64 architecture

Source package files:
 - susfinder_0.1.0-1.dsc            Debian Source Control file
 - susfinder_0.1.0-1.debian.tar.gz  Debian Patch file

Misc files:
 - susfinder_0.1.0-1_i386.changes   Debian Changes file of i386 release
 - susfinder_0.1.0-1_amd64.changes  Debian Changes file of amd64 release


Installation
============

After you downloaded a binary package file for your architecture, double-
clicking it in your file manager should start the installation.

If it's not, you can install this package via command-line dpkg (replace
'xxx' with your machine architecture):

 - In case you have direct root access (Debian):
       # dpkg -i susfinder_0.1.0-1_xxx.deb
 
 - In case you don't have direct root access (Ubuntu):
       $ sudo dpkg -i susfinder_0.1.0-1_xxx.deb

You shouldn't have any problem with dependency, as SUSFinder depends
only on libc6 package (GNU C library) which is installed by default on
every system.


Tested Platform
===============

i386 binary package (*_i386.deb) is compiled under Debian GNU/Linux 5.0
"Lenny" i386 and is tested under:
 - Debian GNU/Linux 5.0 "Lenny" i386
 - Debian GNU/Linux 6.0 "Squeeze" i386
 - Debian GNU/Linux 7.0 "Wheezy" i386
 - Ubuntu 12.04 LTS "Precise Pangolin" i386

amd64 binary package (*_amd64.deb) is compiled under Debian GNU/Linux 5.0
"Lenny" amd64 and is tested under:
 - Debian GNU/Linux 5.0 "Lenny" amd64


Source Package
==============

If you want to rebuild from Debian source package (e.g. for other
architecture support) download the regular 'susfinder-0.1.0.tar.gz' and
rename it to 'susfinder_0.1.0.orig.tar.gz', then download *.debian.tar.gz,
and *.dsc to the same folder.

Once finished, run these command in the downloaded folder:
(you'd need to install "build-essentials" and "dpkg-deb" package first)
    $ dpkg-source -x susfinder_0.1.0-1.dsc
    $ cd susfinder-0.1.0
    $ dpkg-buildpackage -b -uc

And you'll get the binary package 'susfinder_0.1.0-1_xxx.deb' outside of
your 'susfinder-0.1.0' folder.
Source: README.txt, updated 2015-06-14