Skip to content
Commits on Source (13)
sunflow (0.07.2.svn396+dfsg-17) unstable; urgency=medium
* Team upload.
* debian/control: Use priority optional.
* wrap-and-sort -sa.
* Declare compliance with Debian Policy 4.1.4.
* Use canonical VCS address.
* sunflow: Depend on alternative java8-runtime as well.
* Drop B-D on libmagickcore-6.q16-2-extra.
* Use https for Format field.
* sunflow.desktop: Add a comment in German.
* Don't convert svg icon into xpm or png format. Install the svg icon
into hicolor icon directory and use that as our preferred desktop icon.
(Closes: #897533)
-- Markus Koschany <apo@debian.org> Tue, 03 Jul 2018 17:01:58 +0200
sunflow (0.07.2.svn396+dfsg-16) unstable; urgency=medium
* Upload to unstable.
......
Source: sunflow
Section: graphics
Priority: extra
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: tony mancill <tmancill@debian.org>
Build-Depends: cdbs (>= 0.4.90~), debhelper (>= 10), ant, imagemagick,
default-jdk, libmagickcore-6.q16-2-extra, python (>= 2.6.6-3~), dh-python
Build-Depends-Indep: janino
Standards-Version: 4.0.0
Uploaders:
tony mancill <tmancill@debian.org>
Build-Depends:
ant,
cdbs (>= 0.4.90~),
debhelper (>= 10),
default-jdk,
dh-python,
python (>= 2.6.6-3~)
Build-Depends-Indep:
janino
Standards-Version: 4.1.4
Homepage: http://sunflow.sourceforge.net/
Vcs-Git: git://anonscm.debian.org/pkg-java/sunflow.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/sunflow.git
Vcs-Git: https://salsa.debian.org/java-team/sunflow.git
Vcs-Browser: https://salsa.debian.org/java-team/sunflow
Package: sunflow
Architecture: all
Depends: default-jre, libsunflow-java, ${python:Depends}, ${misc:Depends}
Replaces: libsunflow-java (= 0.07.2.svn396+dfsg-2)
Depends:
default-jre | java8-runtime,
libsunflow-java,
${misc:Depends},
${python:Depends}
Replaces:
libsunflow-java (= 0.07.2.svn396+dfsg-2)
Description: rendering system for photo-realistic image synthesis (GUI)
Sunflow is an open source rendering system for photo-realistic image
synthesis. It is written in Java and built around a flexible ray
......@@ -27,8 +39,11 @@ Description: rendering system for photo-realistic image synthesis (GUI)
Package: libsunflow-java
Architecture: all
Section: java
Depends: janino, ${misc:Depends}
Replaces: sunflow (<= 0.07.2.svn396+dfsg-2)
Depends:
janino,
${misc:Depends}
Replaces:
sunflow (<= 0.07.2.svn396+dfsg-2)
Description: rendering system for photo-realistic image synthesis
Sunflow is an open source rendering system for photo-realistic image
synthesis. It is written in Java and built around a flexible ray
......@@ -39,8 +54,11 @@ Description: rendering system for photo-realistic image synthesis
Package: libsunflow-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: libsunflow-java, sunflow
Depends:
${misc:Depends}
Suggests:
libsunflow-java,
sunflow
Description: rendering system for photo-realistic image synthesis (javadoc)
Sunflow is an open source rendering system for photo-realistic image
synthesis. It is written in Java and built around a flexible ray
......
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Sunflow - rendering system for photo-realistic image synthesis
Upstream-Contact: Christopher Kulla <ckulla@gmail.com>
Source: http://sunflow.sourceforge.net/
......
......@@ -52,13 +52,9 @@ install/sunflow::
install -d debian/sunflow/usr/share/applications
install -m 644 debian/sunflow.desktop \
debian/sunflow/usr/share/applications
install -d debian/sunflow/usr/share/pixmaps
install -d debian/sunflow/usr/share/icons/hicolor/scalable/apps
install -m 644 debian/sunflow.svg \
debian/sunflow/usr/share/pixmaps
install -m 644 debian/sunflow.png \
debian/sunflow/usr/share/pixmaps
install -m 644 debian/sunflow.xpm \
debian/sunflow/usr/share/pixmaps
debian/sunflow/usr/share/icons/hicolor/scalable/apps
# Not using python-distutils.mk, calling manually
dh_python2 /usr/share/blender/scripts/sunflow
......@@ -73,13 +69,8 @@ build/sunflow::
--release=$(UPSTREAM_VERSION) \
debian/sunflow.pod -o debian/sunflow.1
# Render icons
convert -background "rgba(255,255,255,0)" -geometry 48x48 debian/sunflow.svg +set date:create +set date:modify -define png:exclude-chunk=time debian/sunflow.png
convert -background "rgba(255,255,255,0)" -geometry 32x32 debian/sunflow.svg debian/sunflow.xpm
clean::
rm -f debian/sunflow.1
rm -f debian/sunflow.png debian/sunflow.xpm
get-orig-source:
mkdir $(TMPDIR)
......
......@@ -2,7 +2,8 @@
Type=Application
Name=Sunflow
Comment=Photorealistic Rendering Engine
Comment[de]=Photorealistische Render-Engine
Exec=sunflow
Icon=sunflow.png
Icon=sunflow
Categories=Graphics;3DGraphics
Keywords=rendering,photo,realistic,image,synthesis,illumination,shading