[SCM] camorama/master: No longer needed without menu file
sramacher at users.alioth.debian.org
sramacher at users.alioth.debian.org
Mon Jan 11 19:58:40 UTC 2016
The following commit has been merged in the master branch:
commit e7d3dc86a57b7899586c31c60d09dcd8df0c0762
Author: Sebastian Ramacher <sramacher at debian.org>
Date: Mon Jan 11 20:49:54 2016 +0100
No longer needed without menu file
diff --git a/debian/camorama.xpm b/debian/camorama.xpm
deleted file mode 100644
index 9182a50..0000000
--- a/debian/camorama.xpm
+++ /dev/null
@@ -1,63 +0,0 @@
-/* XPM */
-static char *camorama[] = {
-/* columns rows colors chars-per-pixel */
-"32 32 25 1",
-" c #000800080008",
-". c #0BBF0BA90BD7",
-"X c #179F173E17F3",
-"o c #2FAE2F12305C",
-"O c #203520251FEF",
-"+ c #519E4FE9528F",
-"@ c #71B56F987008",
-"# c #636C6032614A",
-"$ c #7EB97DB181B5",
-"% c #818D7CDA7B9F",
-"& c #81777FBB82CE",
-"* c #8E9C88607B29",
-"= c #90578F3C91C8",
-"- c #9DD19DCEA1D0",
-"; c #A1059FE9A237",
-": c #ADBCAE57B197",
-"> c #B0D4B042B217",
-", c #ACF9A78D98D3",
-"< c #BE5DBEF9C233",
-"1 c #C096C0C4C348",
-"2 c #CE15CFF5D25D",
-"3 c #DB93DF88E2FB",
-"4 c #DD21E0FDE3EE",
-"5 c #E342E427E576",
-"6 c None",
-/* pixels */
-"66666666666666666666666666666666",
-"6666666666666666===o666666666666",
-"666666666666X>432222-+ 6666666",
-"66666666666@>432212><>+. 666666",
-"6666666666O>532221>2::;@ 66666",
-"6666666666>542322>>>::--o 6666",
-"666666666o5521>2><,,;;-;#. 6666",
-"66666666 -5>@#@,<<>:--===O 666",
-"66666666 =>@##+@::;--====o 66",
-"66666666 -=#@*@+;:--=$=$$o 66",
-"66666666 -=@*,*+-:--==$$$o 66",
-"66666666 =:@,,#+;---=$$=@o 66",
-"66666666 #2=##+=>;-=$$@@+X 66",
-"66666666 X11===>:;===$$@+ 66",
-"66666666 @22<>>;-;=$$@#. 66",
-"66666666 #>32>>>;;===$=&. 666",
-"6666666o333322>>>;-==$=;# 666",
-"666666o233335521>;--=:22=o 666",
-"6666O:333333332>23223333<$ 66",
-"666#:33333332,>,=23333332:o 66",
-"66 at 433333355%=@==<33333332=X 6",
-"6+2333333333=$>;:2333333332+ 6",
-"6@::::>>12223>2333333333333<o ",
-"6Oo+@@--=-;:<>>2223333333333 at . ",
-"6 .Ooo++@@===-:22222232+ ",
-"6 ..X...XOo+#-:>><><= ",
-"6 X+#@@== ",
-"66 .XX ",
-"666666 ",
-"666666666 ",
-"66666666666666666666 ",
-"66666666666666666666666666 "
-};
diff --git a/debian/changelog b/debian/changelog
index b367d03..2835597 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,21 @@
+camorama (0.19-4) unstable; urgency=medium
+
+ * Team upload.
+
+ [ Alessio Treglia ]
+ * Add build-dep on intltool.
+ * Add autoreconf support.
+ * Build-depend on libpng-dev instead of libpng12-dev. (Closes: #662282)
+ * Build on Linux only. (Closes: #708770)
+ * New upstream, new Homepage. (Closes: #738825)
+
+ [ Matteo F. Vescovi ]
+ * debian/control: add myself to Uploaders
+ * debian/control: Vcs-Git field updated
+ * debian/control: S-V bump 3.9.5 => 3.9.6 (no changes needed)
+
+ -- Sebastian Ramacher <sramacher at debian.org> Mon, 11 Jan 2016 20:43:52 +0100
+
camorama (0.19-3) unstable; urgency=medium
* Adopting camorama.
diff --git a/debian/rules b/debian/rules
index 31d2b1d..d36b859 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,10 +7,4 @@ override_dh_auto_configure:
dh_auto_configure -- \
--disable-schemas-install
-override_dh_install:
- dh_install -p camorama
- mkdir -p debian/camorama/usr/share/pixmaps/
- cp debian/camorama.xpm debian/camorama/usr/share/pixmaps/
- dh_install --remaining-packages
-
override_dh_auto_test:
--
camorama packaging
More information about the pkg-multimedia-commits
mailing list