diff -u 4digits-0.4/debian/changelog 4digits-0.4/debian/changelog --- 4digits-0.4/debian/changelog +++ 4digits-0.4/debian/changelog @@ -1,3 +1,11 @@ +4digits (0.4-1ubuntu1) hardy; urgency=low + + * provided an icon and a .desktop file (LP: #152297) + * debian/control: + - updated maintainer field + + -- Mario Bonino Wed, 24 Oct 2007 15:02:43 +0200 + 4digits (0.4-1) unstable; urgency=low * Initial release (Closes: #415838) diff -u 4digits-0.4/debian/control 4digits-0.4/debian/control --- 4digits-0.4/debian/control +++ 4digits-0.4/debian/control @@ -1,7 +1,8 @@ Source: 4digits Section: games Priority: extra -Maintainer: Cai Qian +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Cai Qian Build-Depends: debhelper (>= 5) Standards-Version: 3.7.2 diff -u 4digits-0.4/debian/rules 4digits-0.4/debian/rules --- 4digits-0.4/debian/rules +++ 4digits-0.4/debian/rules @@ -87,6 +87,11 @@ ln -sf 4digits.6 \ $(CURDIR)/debian/4digits/usr/share/man/man6/4digits-text.6 + mkdir -p $(CURDIR)/debian/4digits/usr/share/pixmaps + install -m 0644 debian/4digits.xpm $(CURDIR)/debian/4digits/usr/share/pixmaps + mkdir -p $(CURDIR)/debian/4digits/usr/share/applications + install -m 0644 debian/4digits.desktop $(CURDIR)/debian/4digits/usr/share/applications + dh_install -s # Must not depend on anything. This is to be called by # binary-arch/binary-indep only in patch2: unchanged: --- 4digits-0.4.orig/debian/4digits.desktop +++ 4digits-0.4/debian/4digits.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Name=4digits +Comment=A guess-the-number game, aka Bulls and Cows +Icon=4digits +Exec=4digits +Terminal=false +Categories=Game; +Type=Application only in patch2: unchanged: --- 4digits-0.4.orig/debian/4digits.xpm +++ 4digits-0.4/debian/4digits.xpm @@ -0,0 +1,53 @@ +/* XPM */ +static char * 4digits_xpm[] = { +"48 48 2 1", +" c None", +". c #FF3527", +" ", +" ", +" ", +" ... ", +" ... ", +" ... ", +" ... ", +" ... ", +" ... ... ", +" .......... ... . ", +" .... ... ...... ", +" .. ............. ", +" .. ....... ... ", +" .. .... .. ... ", +" ....... .. .. ", +" .. .. .......... ", +" .. .................. ", +" .. ............. .. ", +" ....... .... .. .. ", +" ...... .. .. ", +" .. .. .. ", +" .. ......... ", +" .. . ........... ", +" .......... ........ ", +" ......... ... ", +" ........... ... . ", +" .... ... ......... ", +" ... ........... ", +" .. ... ... ", +" ... .. ... ", +" .. ... ... ....... ", +" .. ..... ............... ", +" ........ ... ............ .... ", +" ....... ........... ", +" ....... ... ", +" ..... ... ", +" . ... ", +" ... ", +" .. ", +" .. ", +" .. ", +" . ", +" . ", +" . ", +" . ", +" . ", +" ", +" "};