Changes

Jump to: navigation, search

He:דביאן

270 bytes added, 15:37, 31 May 2021
Translation
</div>
%:
<div dir="ltr" lamg="en">
dh $@ --with python3
</div>
# Override auto test because upstream do not use the standard unittest discover
override_dh_auto_test:
# Override of auto_build
override_dh_auto_build:
<div dir="ltr">
python3 setup.py --server build
</div>
# Override of auto_install to remove information from package
override_dh_auto_install:
<div dir="ltr">
#dh_auto_install
python3 setup.py --server install --root=debian/python3-gramps-webapp --install-layout=deb
</div>
# Make css style sheets and templates non-executable
override_dh_fixperms:
<div dir="ltr">
dh_fixperms
chmod a-x $(CURDIR)/debian/python3-gramps-webapp/usr/share/gramps/css/Web_*.css
chmod a-x $(CURDIR)/debian/python3-gramps-webapp/usr/share/gramps/templates/*.html
</div>
# Avoid compressing COPYING file so that it can appear in the "About" dialog
override_dh_compress:
<div dir="ltr">
#dh_compress -X COPYING
</div>
==qml חבילת==
*Depends on תלוי ב: python-pyside, gramps
= Instructions on creating the Debian package for Ubuntu הנחיות ליצירת חבילת דביאן עבור אובונטו =
* Check out the necessary version משיכת הגרסה הדרושה; for exampleלדוגמה, to build the לבנית קובץ <tt>.deb</tt> file for GRAMPS לגרמפס {{version}}, you'll want to runיידרש להריץ:<div dir="ltr">
git clone http://git.code.sf.net/p/gramps/source Gramps
git checkout v{{version}} -b {{version}}
</div>* Create the יצירת קובצי יומן השינויים (Changelog files):<div dir="ltr">
git log v{{version}}.. --pretty --numstat --summary --no-merges | git2cl > ChangeLog
git log v{{version}}.. --pretty --numstat --summary --no-merges -- po/*.po | git2cl > po/ChangeLog
</div>Using the שימוש בקובצי <tt>Changelog</tt> files generated with שחוללו עם <tt>git2cl</tt>,<div dir="ltr">Modify עריכת <tt>MANIFEST.in</tt>
+ include ChangeLog
+ include po/ChangeLog
</div>
* פרטים על אופן האריזה בקבצי deb, מהם התלויות, תסריטי טרום ולאחר התקנה והסרה וכו 'נמצאים במחיצה <tt>debian/</tt>. נא לעיין ב [http://www.debian.org/doc/maint-guide/ מדריך התחזוקה החדש של דביאן] לפרטים נוספים.
[[Category:He:פתוח/עיצוב]]
3,008
edits

Navigation menu