diff -u efax-gtk-3.0.14/efax-gtk.desktop efax-gtk-3.0.14/efax-gtk.desktop --- efax-gtk-3.0.14/efax-gtk.desktop +++ efax-gtk-3.0.14/efax-gtk.desktop @@ -1,6 +1,5 @@ [Desktop Entry] Version=1.0 -Encoding=UTF-8 Name=Efax-gtk Name[zh_TW]=傳真 Name[he_IL]=תוכנת פקסים efax-gtk @@ -12,4 +11,4 @@ -Icon=stock_send-fax.png +Icon=stock_send-fax Terminal=false Type=Application -Categories=Application;Office;GTK; +Categories=Office;GTK; diff -u efax-gtk-3.0.14/debian/changelog efax-gtk-3.0.14/debian/changelog --- efax-gtk-3.0.14/debian/changelog +++ efax-gtk-3.0.14/debian/changelog @@ -1,3 +1,23 @@ +efax-gtk (3.0.14-1ubuntu1~ppa3) gutsy; urgency=low + + * Add of the desired icon inside the package (LP: #108746) + - Addition of the icon "stock_send-fax.xpm" in the debian directory + - Installation of the icon using debian/install in + /usr/share/icons/hicolor/24x24/apps to match KDE needs + + * Cleanup of the efax-gtk.desktop file + - Removal of the Encoding (deprecated) + - Removal of Application in Categories (deprecated) + - Removal of the file extension of the icon + + * Modification of the debian/menu to satisfy menu 2.1.35 + + * Modify Maintainer value to match Debian-Maintainer-Field Spec + + * Usage of the debian/dirs to ensure the creation of the needed dirs + + -- Christophe Sauthier Fri, 21 Sep 2007 10:09:45 +0200 + efax-gtk (3.0.14-1) unstable; urgency=low * New upstream release diff -u efax-gtk-3.0.14/debian/dirs efax-gtk-3.0.14/debian/dirs --- efax-gtk-3.0.14/debian/dirs +++ efax-gtk-3.0.14/debian/dirs @@ -1 +1,4 @@ +usr/share/applications +usr/share/icons/hicolor/24x24/apps +usr/share/pixmaps var/spool/fax diff -u efax-gtk-3.0.14/debian/menu efax-gtk-3.0.14/debian/menu --- efax-gtk-3.0.14/debian/menu +++ efax-gtk-3.0.14/debian/menu @@ -1,2 +1,2 @@ -?package(efax-gtk):needs="X11" section="Apps/Net"\ +?package(efax-gtk):needs="X11" section="Applications/Network"\ title="efax-gtk" command="/usr/bin/efax-gtk" diff -u efax-gtk-3.0.14/debian/control efax-gtk-3.0.14/debian/control --- efax-gtk-3.0.14/debian/control +++ efax-gtk-3.0.14/debian/control @@ -1,7 +1,8 @@ Source: efax-gtk Section: comm Priority: optional -Maintainer: Lior Kaplan +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Lior Kaplan Build-Depends: debhelper (>= 5.0.0), libsigc++-2.0-dev, libgtk2.0-dev, gettext Standards-Version: 3.7.2 diff -u efax-gtk-3.0.14/debian/rules efax-gtk-3.0.14/debian/rules --- efax-gtk-3.0.14/debian/rules +++ efax-gtk-3.0.14/debian/rules @@ -83,6 +83,7 @@ binary-arch: build install dh_testdir dh_testroot + dh_install dh_installchangelogs ChangeLog dh_installdocs dh_installexamples only in patch2: unchanged: --- efax-gtk-3.0.14.orig/debian/stock_send-fax.xpm +++ efax-gtk-3.0.14/debian/stock_send-fax.xpm @@ -0,0 +1,60 @@ +/* XPM */ +static char * stock_send_fax_xpm[] = { +"24 24 33 1", +" c None", +". c #000100", +"+ c #1C0804", +"@ c #363734", +"# c #434441", +"$ c #9B2C12", +"% c #545551", +"& c #BC3417", +"* c #954837", +"= c #D33B1B", +"- c #676863", +"; c #E04019", +"> c #B85843", +", c #75746F", +"' c #E45436", +") c #82827C", +"! c #D16D57", +"~ c #E36B4E", +"{ c #90918B", +"] c #CC7F6D", +"^ c #E8755E", +"/ c #E77B64", +"( c #E58670", +"_ c #A2A4A1", +": c #E89381", +"< c #B3B5B1", +"[ c #C5C7C4", +"} c #D0D2CF", +"| c #DCDEDB", +"1 c #E4E6E2", +"2 c #EBEDEA", +"3 c #F3F5F1", +"4 c #FBFDFA", +" ", +" ............ ", +" .[4444444443<. ", +" .4||2|||||||<. ", +" .4--)2-_||||<. ", +" .42222222222[. ", +" .4{-_2{_2_{2[. ", +" .. .44444444444}. ", +" .](..2_<2<4<_}24[. ", +".!::;+[}|||||||2|}. ", +".:::;._,-)},,})_}<.. ", +".::/.+){__________.). ", +".](~.#@++++++++..,)_<. ", +".*:^.-[244444444444441. ", +" .(/=.<224344333211_1<. ", +" .](^&.{[<}<}_}<}<|-{{. ", +" ..!~~$.)2_..|22224%){. ", +" .@+!^'=...*~.@####%),. ", +" .)@.!(''~/~;=+#%%%--,. ", +" .,)@.>~^^^;&&.#%,-,,-. ", +" ......&==&$..++..... ", +" .)__{#.....@%){{{)). ", +" .................. ", +" "}; only in patch2: unchanged: --- efax-gtk-3.0.14.orig/debian/install +++ efax-gtk-3.0.14/debian/install @@ -0,0 +1,3 @@ +efax-gtk.desktop /usr/share/applications +debian/stock_send-fax.xpm /usr/share/icons/hicolor/24x24/apps +debian/stock_send-fax.xpm /usr/share/pixmaps