From d8a2050b2b08cdff23e57c01309d989258bdedff Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 7 Mar 2018 13:16:17 -0800 Subject: [PATCH] add a logo for debbugs --- debian/control | 4 +- html/logo/.gitignore | 1 + html/logo/Makefile | 15 +++ html/logo/debbugs_logo.svg | 161 +++++++++++++++++++++++++++++ html/logo/debbugs_logo_orig.svg | 175 ++++++++++++++++++++++++++++++++ 5 files changed, 355 insertions(+), 1 deletion(-) create mode 100644 html/logo/.gitignore create mode 100644 html/logo/Makefile create mode 100644 html/logo/debbugs_logo.svg create mode 100644 html/logo/debbugs_logo_orig.svg diff --git a/debian/control b/debian/control index d7ed6c7..8507289 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,9 @@ Build-Depends-Indep: libparams-validate-perl, libconfig-simple-perl, libtest-pod-perl, liblist-allutils-perl, # used by Debbugs::Libravatar and libravatar.cgi libfile-libmagic-perl, libgravatar-url-perl, libwww-perl, imagemagick, - libtext-template-perl, graphviz, libtext-iconv-perl, libnet-server-perl + libtext-template-perl, graphviz, libtext-iconv-perl, libnet-server-perl, + # used to make the logo + inkscape Homepage: https://salsa.debian.org/debbugs-team Testsuite: autopkgtest-pkg-perl diff --git a/html/logo/.gitignore b/html/logo/.gitignore new file mode 100644 index 0000000..5cde14c --- /dev/null +++ b/html/logo/.gitignore @@ -0,0 +1 @@ +debbugs_logo_icon.png diff --git a/html/logo/Makefile b/html/logo/Makefile new file mode 100644 index 0000000..54c8d14 --- /dev/null +++ b/html/logo/Makefile @@ -0,0 +1,15 @@ +#!/usr/bin/make -f + +all: debbugs_logo.svg debbugs_logo_icon.png + +## if you want to modify debbugs_logo.svg do the modifications to +## debbugs_logo_orig.svg, and then run make update_debbugs_logo and check the +## changes in. +update_debbugs_logo: debbugs_logo_orig.svg + inkscape --without-gui \ + --export-text-to-path --export-plain-svg debbugs_logo.svg $<; + +debbugs_logo_icon.png: debbugs_logo.svg + inkscape --without-gui \ + --export-width 32 --export-height 32 \ + --export-png $@ $< diff --git a/html/logo/debbugs_logo.svg b/html/logo/debbugs_logo.svg new file mode 100644 index 0000000..022165a --- /dev/null +++ b/html/logo/debbugs_logo.svg @@ -0,0 +1,161 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/html/logo/debbugs_logo_orig.svg b/html/logo/debbugs_logo_orig.svg new file mode 100644 index 0000000..4b34e9e --- /dev/null +++ b/html/logo/debbugs_logo_orig.svg @@ -0,0 +1,175 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + Debbugs + 🐜🐛🐞 + + + -- 2.39.2