|
@@ -1,21 +1,21 @@
|
|
|
-0) Copy this folder 'deb' somewhere, maybe in your /home/lainz/Documentos/. Replace 'lainz' with your username.
|
|
|
+0) Copy this folder 'debian' somewhere, maybe in your /home/lainz/Documentos/. Replace 'lainz' with your username.
|
|
|
|
|
|
-1) Change the version number in the file lazpaint_linux[32/64]/DEBIAN/control with a text editor, ensure that has the proper architecture (i386 / amd64 / all).
|
|
|
+1) Change the version number in the file linux[32/64]/DEBIAN/control with a text editor, ensure that has the proper architecture (i386 / amd64 / all).
|
|
|
|
|
|
2) Update the changelog with the differences with previous version
|
|
|
|
|
|
3) Copy binary, models, i18n and readme in the folder /usr/share/lazpaint.
|
|
|
|
|
|
4) Right click in the folder 'deb' and open terminal, then run this command:
|
|
|
-- A) dpkg-deb --build lazpaint_linux32
|
|
|
-- B) dpkg-deb --build lazpaint_linux64
|
|
|
+- A) dpkg-deb --build linux32
|
|
|
+- B) dpkg-deb --build linux64
|
|
|
|
|
|
Note: if you have folder permissions wrong try this:
|
|
|
- chmod -R 775 /home/lainz/Documentos/deb
|
|
|
+ chmod -R 775 ../debian
|
|
|
|
|
|
5) Change the name of the deb file to include version:
|
|
|
-- A) lazpaint_linux32.deb to lazpaint?version?_linux32.deb
|
|
|
-- B) lazpaint_linux64.deb to lazpaint?version?_linux64.deb
|
|
|
+- A) linux32.deb to lazpaint?version?_linux32.deb
|
|
|
+- B) linux64.deb to lazpaint?version?_linux64.deb
|
|
|
|
|
|
6) Test the package:
|
|
|
- A) sudo dpkg -i lazpaint?version?_linux32.deb
|