diff -u atanks-2.6/debian/changelog atanks-2.6/debian/changelog --- atanks-2.6/debian/changelog +++ atanks-2.6/debian/changelog @@ -1,3 +1,11 @@ +atanks (2.6-1ubuntu1) hardy; urgency=low + + * provided a .desktop file + * debian/control: + - updated maintainer field + + -- Salvatore Palma Thu, 06 Dec 2007 17:00:15 +0100 + atanks (2.6-1) unstable; urgency=low * New upstream release diff -u atanks-2.6/debian/control atanks-2.6/debian/control --- atanks-2.6/debian/control +++ atanks-2.6/debian/control @@ -1,7 +1,8 @@ Source: atanks Section: games Priority: optional -Maintainer: Mark Purcell +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Mark Purcell Standards-Version: 3.7.2 Build-Depends: debhelper (>= 4.1), dpatch, liballegro4.2-dev | liballegro-dev diff -u atanks-2.6/debian/rules atanks-2.6/debian/rules --- atanks-2.6/debian/rules +++ atanks-2.6/debian/rules @@ -31,8 +31,8 @@ dh_clean -k dh_installdirs dh_install - install -D -o root -g root -m 0644 $(CURDIR)/debian/icon.xpm $(CURDIR)/debian/atanks/usr/share/pixmaps/atanks-icon.xpm - + install -D -m 0644 $(CURDIR)/debian/icon.xpm $(CURDIR)/debian/atanks/usr/share/pixmaps/icon.xpm + install -D -m 0644 $(CURDIR)/debian/atanks.desktop $(CURDIR)/debian/atanks/usr/share/applications/atanks.desktop # Build architecture-independent files here. binary-indep: build install dh_testdir only in patch2: unchanged: --- atanks-2.6.orig/debian/atanks.desktop +++ atanks-2.6/debian/atanks.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Name=atanks +Comment=Destroy your opponents' tanks. +Type=Application +Exec=atanks +Icon=icon +Categories=Game; +Terminal=false