1,879
edits
Changes
He:דביאן
,Translation
{{man menu|Gramps 4 moved to setuptool/distutils installer.}}
==Dependencyתלויות==
* debian stuff
sudo apt-get install python-stdeb python3-all
==Buildבניה==
*'''WARNING'''
** You cannot use greater version than '''2.28''' of python-gobject for Gramps '''3.4.x'''.
===via a quick command lineבאמצעות פקודת שורה ===
python setup.py --command-packages=stdeb.command bdist_deb
python setup.py --command-packages=stdeb.command sdist_dsc
python setup.py --command-packages=stdeb.command sdist_dsc --depends "python-gobject (>= 3.3.2)"
===via customized optionsבאמצאות אפשרויות מותאמות===
These options are set into ''/debian'' folder.
dpkg-buildpackage -rfakeroot
===via באמצעות Distutils===
* https://github.com/astraw/stdeb/blob/master/stdeb/command/
* https://github.com/kelvan/gotoVienna/blob/master/bdist_hdeb.py
==Testבדיקה==
$ lintian gramps_4.0.1-2_all.deb
W: gramps: menu-icon-missing usr/share/pixmaps/gramps.xpm
==webapp packageחבילת==
* How to include Makefile into deb package?
* Depends on python-django, python-sqlite
Package: python-gramps-webapp
${python:Depends}
#!/usr/bin/make -f
* python 3
X-Python3-Version: >= 3.2
${python3:Depends}
#!/usr/bin/make -f
#dh_compress -X COPYING
==qml packageחבילת==
*Depends on python-pyside, gramps
+ include po/ChangeLog
* The details on how things are going to be packaged into פרטים על אופן האריזה בקבצי deb files, what are the dependenciesמהם התלויות, the pre- and post- install and removal scripts etc are under תסריטי טרום ולאחר התקנה והסרה וכו 'נמצאים במחיצה <tt>debian/</tt> directory. Please refer to the נא לעיין ב [http://www.debian.org/doc/maint-guide/ Debian New Maintainers' Guideמדריך התחזוקה החדש של דביאן] for further detailsלפרטים נוספים.
[[Category:He:פתוח/עיצוב]]