[med-svn] [jaligner] 01/01: Provide sufficient means to address the "images copyrighted by Sun Microsystems" issue raised by ftpmaster
Andreas Tille
tille at debian.org
Fri Aug 28 12:29:52 UTC 2015
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository jaligner.
commit 8874801af5c668b8235bac3771ccd5822562ba99
Author: Andreas Tille <tille at debian.org>
Date: Fri Aug 28 14:29:07 2015 +0200
Provide sufficient means to address the "images copyrighted by Sun Microsystems" issue raised by ftpmaster
---
debian/copyright | 9 +++++++++
debian/images/about.gif | Bin 0 -> 535 bytes
debian/images/close.gif | Bin 0 -> 378 bytes
debian/images/copy.gif | Bin 0 -> 589 bytes
.../create-icons-replacements-from-gnome-icon-theme | 12 ++++++++++++
debian/images/cut.gif | Bin 0 -> 601 bytes
debian/images/delete.gif | Bin 0 -> 1040 bytes
debian/images/open.gif | Bin 0 -> 1007 bytes
debian/images/paste.gif | Bin 0 -> 1042 bytes
debian/images/print.gif | Bin 0 -> 613 bytes
debian/images/save.gif | Bin 0 -> 552 bytes
11 files changed, 21 insertions(+)
diff --git a/debian/copyright b/debian/copyright
index 896c9d3..c167dcc 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,6 +2,15 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: JAligner
Upstream-Contact: ahmed at users.sf.net
Source: https://github.com/ahmedmoustafa/JAligner/archive/v1.0.tar.gz
+Files-Excluded: src/jaligner/ui/images/gifs/about.gif
+ src/jaligner/ui/images/gifs/close.gif
+ src/jaligner/ui/images/gifs/copy.gif
+ src/jaligner/ui/images/gifs/cut.gif
+ src/jaligner/ui/images/gifs/delete.gif
+ src/jaligner/ui/images/gifs/open.gif
+ src/jaligner/ui/images/gifs/paste.gif
+ src/jaligner/ui/images/gifs/print.gif
+ src/jaligner/ui/images/gifs/save.gif
Files: *
Copyright: Ahmed Moustafa <ahmed at users.sf.net>
diff --git a/debian/images/about.gif b/debian/images/about.gif
new file mode 100644
index 0000000..17076dc
Binary files /dev/null and b/debian/images/about.gif differ
diff --git a/debian/images/close.gif b/debian/images/close.gif
new file mode 100644
index 0000000..d6d473c
Binary files /dev/null and b/debian/images/close.gif differ
diff --git a/debian/images/copy.gif b/debian/images/copy.gif
new file mode 100644
index 0000000..ca9384b
Binary files /dev/null and b/debian/images/copy.gif differ
diff --git a/debian/images/create-icons-replacements-from-gnome-icon-theme b/debian/images/create-icons-replacements-from-gnome-icon-theme
new file mode 100755
index 0000000..0e8c762
--- /dev/null
+++ b/debian/images/create-icons-replacements-from-gnome-icon-theme
@@ -0,0 +1,12 @@
+#!/bin/sh
+GICONDIR16=/usr/share/icons/gnome/16x16/actions
+
+convert $GICONDIR16/help-about.png about.gif
+convert $GICONDIR16/process-stop.png close.gif
+convert $GICONDIR16/edit-copy.png copy.gif
+convert $GICONDIR16/edit-cut.png cut.gif
+convert $GICONDIR16/edit-delete.png delete.gif
+convert $GICONDIR16/document-open.png open.gif
+convert $GICONDIR16/edit-paste.png paste.gif
+convert $GICONDIR16/document-print.png print.gif
+convert $GICONDIR16/document-save.png save.gif
diff --git a/debian/images/cut.gif b/debian/images/cut.gif
new file mode 100644
index 0000000..5ff4b02
Binary files /dev/null and b/debian/images/cut.gif differ
diff --git a/debian/images/delete.gif b/debian/images/delete.gif
new file mode 100644
index 0000000..8e7cebb
Binary files /dev/null and b/debian/images/delete.gif differ
diff --git a/debian/images/open.gif b/debian/images/open.gif
new file mode 100644
index 0000000..84e6828
Binary files /dev/null and b/debian/images/open.gif differ
diff --git a/debian/images/paste.gif b/debian/images/paste.gif
new file mode 100644
index 0000000..5c7e22d
Binary files /dev/null and b/debian/images/paste.gif differ
diff --git a/debian/images/print.gif b/debian/images/print.gif
new file mode 100644
index 0000000..1db1794
Binary files /dev/null and b/debian/images/print.gif differ
diff --git a/debian/images/save.gif b/debian/images/save.gif
new file mode 100644
index 0000000..401ba69
Binary files /dev/null and b/debian/images/save.gif differ
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/jaligner.git
More information about the debian-med-commit
mailing list