tags 405193 + patch thanks Hi,
Attached is the diff for my zblast 1.3-2.2 NMU during the current BSP which I'll upload to delayed-0. -- Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D Fingerprint: D5AF 25FB 316B 53BB 08E7 F999 E544 DE07 9B7C 328D
diff -u zblast-1.3/debian/changelog zblast-1.3/debian/changelog --- zblast-1.3/debian/changelog +++ zblast-1.3/debian/changelog @@ -1,3 +1,10 @@ +zblast (1.3-2.2) unstable; urgency=high + + * Non-maintainer upload during BSP. + * Fix install patch of pixmaps (Closes: #405193). + + -- Luk Claes <[EMAIL PROTECTED]> Sun, 20 May 2007 18:15:59 +0200 + zblast (1.3-2.1) unstable; urgency=high * Non-maintainer upload. diff -u zblast-1.3/debian/control zblast-1.3/debian/control --- zblast-1.3/debian/control +++ zblast-1.3/debian/control @@ -2,7 +2,7 @@ Section: games Priority: optional Maintainer: Oohara Yuuma <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.1.2), libx11-dev, x-dev, svgalibg1-dev [i386] +Build-Depends: debhelper (>= 5), libx11-dev, x-dev, svgalibg1-dev [i386] Standards-Version: 3.5.7 Package: zblast-data diff -u zblast-1.3/debian/zblast-data.dirs zblast-1.3/debian/zblast-data.dirs --- zblast-1.3/debian/zblast-data.dirs +++ zblast-1.3/debian/zblast-data.dirs @@ -2 +1,0 @@ -var/games/zblast/ diff -u zblast-1.3/debian/zblast-data.postinst zblast-1.3/debian/zblast-data.postinst --- zblast-1.3/debian/zblast-data.postinst +++ zblast-1.3/debian/zblast-data.postinst @@ -23,7 +23,7 @@ then touch /var/games/zblast/zblast.scores fi - chown root.games /var/games/zblast/zblast.scores + chown root:games /var/games/zblast/zblast.scores chmod 664 /var/games/zblast/zblast.scores fi diff -u zblast-1.3/debian/zblast-x11.dirs zblast-1.3/debian/zblast-x11.dirs --- zblast-1.3/debian/zblast-x11.dirs +++ zblast-1.3/debian/zblast-x11.dirs @@ -3 +3 @@ -usr/X11R6/include/X11/pixmaps/ +usr/share/pixmaps/ diff -u zblast-1.3/debian/copyright zblast-1.3/debian/copyright --- zblast-1.3/debian/copyright +++ zblast-1.3/debian/copyright @@ -21,8 +21,8 @@ General Public License for more details. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +along with this program; if not, write to the Free Software Foundation, +Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. diff -u zblast-1.3/debian/rules zblast-1.3/debian/rules --- zblast-1.3/debian/rules +++ zblast-1.3/debian/rules @@ -5,9 +5,6 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -# This is the debhelper compatibility version to use. -export DH_COMPAT=2 - svgalib-archs=i386 ARCH:=$(shell dpkg --print-architecture) @@ -79,7 +76,7 @@ dh_installchangelogs -a ChangeLog dh_installmenu -pzblast-x11 install -m 644 debian/xzb.xpm \ - debian/zblast-x11/usr/X11R6/include/X11/pixmaps/ + debian/zblast-x11/usr/share/pixmaps/ dh_link dh_strip dh_compress diff -u zblast-1.3/debian/zblast-x11.menu zblast-1.3/debian/zblast-x11.menu --- zblast-1.3/debian/zblast-x11.menu +++ zblast-1.3/debian/zblast-x11.menu @@ -1,3 +1,3 @@ ?package(zblast-x11): needs="X11" section="Games/Arcade" command="xzb" \ - icon="/usr/X11R6/include/X11/pixmaps/xzb.xpm" \ + icon="/usr/share/pixmaps/xzb.xpm" \ title="ZBlast" longtitle="High-speed shoot 'em up game" only in patch2: unchanged: --- zblast-1.3.orig/debian/compat +++ zblast-1.3/debian/compat @@ -0,0 +1 @@ +5