mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 01:58:41 -05:00
switch to python-support
This commit is contained in:
parent
34e4f6581f
commit
454d5e6d9f
4 changed files with 15 additions and 8 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
|
@ -1,8 +1,8 @@
|
||||||
trimage (1.0.2-0ubuntu1) jaunty; urgency=low
|
trimage (1.0.2-0ubuntu1) jaunty; urgency=low
|
||||||
|
|
||||||
* save window geomitry and file directory upon closing
|
* save window geometry and file directory upon closing
|
||||||
* prettier systray menu
|
* prettier systray menu
|
||||||
* move to quilt for debian
|
* Switch to dpkg-source 3.0(quilt) format
|
||||||
|
|
||||||
-- Kilian Valkhof <kilian@kilianvalkhof.com> Mon, 31 May 2010 20:08:48 +0200
|
-- Kilian Valkhof <kilian@kilianvalkhof.com> Thu, 03 Jun 2010 13:01:30 +0200
|
||||||
|
|
||||||
|
|
|
||||||
11
debian/control
vendored
11
debian/control
vendored
|
|
@ -2,7 +2,7 @@ Source: trimage
|
||||||
Section: graphics
|
Section: graphics
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Kilian Valkhof <kilian@kilianvalkhof.com>
|
Maintainer: Kilian Valkhof <kilian@kilianvalkhof.com>
|
||||||
Build-Depends: cdbs (>=0.4.49), debhelper (>= 7), python-central (>=0.5.6), python
|
Build-Depends: cdbs (>=0.4.49), debhelper (>=7), python-support (>=0.8.7), python
|
||||||
XS-Python-Version: >=2.6
|
XS-Python-Version: >=2.6
|
||||||
Standards-Version: 3.8.0
|
Standards-Version: 3.8.0
|
||||||
Homepage: https://trimage.org
|
Homepage: https://trimage.org
|
||||||
|
|
@ -11,6 +11,11 @@ Package: trimage
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${misc:Depends}, ${python:Depends}, python-qt4 (>=4.4), optipng (>=0.6.2.1), advancecomp (>=1.15), jpegoptim (>=1.2.2)
|
Depends: ${misc:Depends}, ${python:Depends}, python-qt4 (>=4.4), optipng (>=0.6.2.1), advancecomp (>=1.15), jpegoptim (>=1.2.2)
|
||||||
XB-Python-Version: ${python:Versions}
|
XB-Python-Version: ${python:Versions}
|
||||||
Description: A cross-platform tool for optimizing PNG and JPG files.
|
Description: GUI and command-line interface to optimize image files
|
||||||
Trimage is a cross-platform GUI and command-line interface to optimize image files via optipng, advpng and jpegoptim, depending on the filetype (currently, PNG and JPG files are supported). It was inspired by imageoptim. All image files are losslessy compressed on the highest available compression levels. Trimage gives you various input functions to fit your own workflow: A regular file dialog, dragging and dropping and various command line options.
|
Trimage is a cross-platform GUI and command-line interface to optimize image
|
||||||
|
files via optipng, advpng and jpegoptim, depending on the filetype (currently,
|
||||||
|
PNG and JPG files are supported). It was inspired by imageoptim. All image
|
||||||
|
files are losslessy compressed on the highest available compression levels.
|
||||||
|
Trimage gives you various input functions to fit your own workflow: A regular
|
||||||
|
file dialog, dragging and dropping and various command line options.
|
||||||
|
|
||||||
|
|
|
||||||
3
debian/rules
vendored
3
debian/rules
vendored
|
|
@ -1,8 +1,9 @@
|
||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
DEB_PYTHON_SYSTEM=pycentral
|
DEB_PYTHON_SYSTEM=pysupport
|
||||||
|
|
||||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||||
include /usr/share/cdbs/1/class/python-distutils.mk
|
include /usr/share/cdbs/1/class/python-distutils.mk
|
||||||
|
|
||||||
# Add here any variable or target overrides you need.
|
# Add here any variable or target overrides you need.
|
||||||
|
|
||||||
|
|
|
||||||
1
debian/source/format
vendored
1
debian/source/format
vendored
|
|
@ -1 +1,2 @@
|
||||||
3.0 (quilt)
|
3.0 (quilt)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue