diff --git a/debian/changelog b/debian/changelog index aadd618..d8e1cb8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +skindesigner-logos (0.0.1.git20141202.2106-0frodo0~trusty) trusty; urgency=low + + * New upstream snapshot (commit a92319c), build 0009 + + -- Frodo Tue, 02 Dec 2014 22:07:07 +0100 + +skindesigner-logos (0.0.1.git20141202.2105-0frodo0~precise) precise; urgency=low + + * New upstream snapshot (commit a92319c), build 0009 + + -- Frodo Tue, 02 Dec 2014 22:06:11 +0100 + skindesigner-logos (0.0.1.git20141202.2014-0frodo0~trusty) trusty; urgency=low * New upstream snapshot (commit d4e1b32), build 0008 diff --git a/debian/check.pl b/debian/check.pl new file mode 100755 index 0000000..91aebee --- /dev/null +++ b/debian/check.pl @@ -0,0 +1,17 @@ +#!/usr/bin/perl +use strict; +use File::Basename; + +foreach my $logo (glob("./logos/*")) { + if ( "$logo" =~ /.png$/ ) + { + print "$logo"."\n"; + my $name = $logo; + $name =~ s/.png/.svg/g; + if ( -f $name ) + { + print "found: $name"."\n"; + } + } +} + diff --git a/logos/cbs action.svg b/logos/cbs action.svg new file mode 100644 index 0000000..0b1e9c5 --- /dev/null +++ b/logos/cbs action.svg @@ -0,0 +1,123 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/logos/cbs drama.svg b/logos/cbs drama.svg new file mode 100644 index 0000000..704458a --- /dev/null +++ b/logos/cbs drama.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/logos/cbs reality+1.svg b/logos/cbs reality+1.svg new file mode 100644 index 0000000..a5ebf61 --- /dev/null +++ b/logos/cbs reality+1.svg @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + diff --git a/logos/cbs reality.svg b/logos/cbs reality.svg new file mode 100644 index 0000000..a5ebf61 --- /dev/null +++ b/logos/cbs reality.svg @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + diff --git a/logos/citv.svg b/logos/citv.svg new file mode 100644 index 0000000..047327d --- /dev/null +++ b/logos/citv.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/logos/food network.svg b/logos/food network.svg new file mode 100644 index 0000000..4b450a2 --- /dev/null +++ b/logos/food network.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/logos/horror ch+1.png b/logos/horror ch+1.png new file mode 100644 index 0000000..bed7e25 Binary files /dev/null and b/logos/horror ch+1.png differ diff --git a/logos/horror channel.png b/logos/horror channel.png new file mode 100644 index 0000000..34e789d Binary files /dev/null and b/logos/horror channel.png differ