Skip to content

Commit

Permalink
Deb packaging.
Browse files Browse the repository at this point in the history
  • Loading branch information
portnov committed Jun 23, 2015
1 parent a2183b7 commit 7651e98
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion palette-editor/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include LICENSE INSTALL CHANGES.txt
include LICENSE INSTALL CHANGES.txt *.desktop
recursive-include share/icons *.png
recursive-include share/palettes *.xml *.gpl *.css
recursive-include share/templates *.svg
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions palette-editor/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def locate_locales():
('share/palette-editor/icons', glob('share/icons/*.png')),
('share/palette-editor/palettes', glob('share/palettes/*')),
('share/palette-editor/templates', glob('share/templates/*.svg')),
('share/applications', ['palette-editor.desktop']),
] + locate_locales()
)

2 changes: 2 additions & 0 deletions palette-editor/stdeb.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[DEFAULT]
Depends: python-qt4
Recommends: pyton-pillow, python-colourlovers, python-tinycss
MIME-Desktop-File: palette-editor.desktop

0 comments on commit 7651e98

Please sign in to comment.