ich wollte mir für picard eine neue Version erstellen mit allem Komfort, also Menu-Eintrag, Abhängigkeiten. Leider weiß ich nicht wie der Debian Maintainer das gemacht hat. Laut der Beschreibung debianpaketeerstellen muss ein Verzeichnis erstellt werden,
/usr/src/picard/
und dort wird das gepackte picard-0.12.1.tar.gz entpackt
/usr/src/picard/picard-0.12.1
danach folgt dh_make, allerdings gibt es hier keine make + configure Installation. Der Ordner beinhaltet nur
Code: Alles auswählen
-rw-r--r-- 1 root root 258 1. Nov 2009 AUTHORS.txt
drwxr-xr-x 3 root root 4096 1. Nov 2009 contrib
-rw-r--r-- 1 root root 17989 1. Nov 2009 COPYING.txt
drwxr-xr-x 3 root root 4096 1. Nov 2009 installer
-rw-r--r-- 1 root root 1204 1. Nov 2009 INSTALL.txt
-rw-r--r-- 1 root root 17760 1. Nov 2009 NEWS.txt
drwxr-xr-x 8 root root 4096 1. Nov 2009 picard
-rw-r--r-- 1 root root 223 1. Nov 2009 picard.desktop
-rw-r--r-- 1 root root 86038 1. Nov 2009 picard.icns
-rw-r--r-- 1 root root 85724 1. Nov 2009 picard.ico
drwxr-xr-x 2 root root 4096 1. Nov 2009 po
drwxr-xr-x 4 root root 4096 1. Nov 2009 resources
drwxr-xr-x 2 root root 4096 1. Nov 2009 scripts
-rwxr-xr-x 1 root root 20449 1. Nov 2009 setup.py
-rwxr-xr-x 1 root root 194 1. Nov 2009 tagger.py
drwxr-xr-x 3 root root 4096 1. Nov 2009 test
drwxr-xr-x 2 root root 4096 1. Nov 2009 ui
Code: Alles auswählen
Installation
------------
After installing the dependencies, you can install Picard by running:
python setup.py config
sudo python setup.py install
This will automatically build and install all required Python modules. To
start Picard now you can use:
picard
Running From the Source Tree
----------------------------
If you want to run Picard from the source directory without installing, you
need to build the C extensions and locales manually:
python setup.py config
python setup.py build_ext -i
python setup.py build_locales -i
And to start Picard use:
python tagger.py
Grüße Markus