diff --git a/debian/changelog b/debian/changelog index d6bd893d..72540fe1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +vbam (1.8.0.1229-1) UNRELEASED; urgency=low + + * Use new version from upstream + + -- Sérgio Benjamim Sat, 26 Apr 2014 02:10:00 +0100 + vbam (1.8.0.1042-1) lucid; urgency=low * Use new version from upstream @@ -14,7 +20,7 @@ vbam (1.8.0.1001-1) unstable; urgency=low * Use new version from upstream - -- Bastien Bouclet Fri, 25 Feb 2011 12:25:25 +0100 + -- Bastien Bouclet Fri, 25 Feb 2011 12:25:25 +0100 vbam (1.8.0.914-1) unstable; urgency=low diff --git a/debian/compat b/debian/compat index 7f8f011e..ec635144 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index cd68c926..44d4d5e7 100644 --- a/debian/control +++ b/debian/control @@ -1,10 +1,12 @@ Source: vbam Section: otherosfs Priority: optional -Maintainer: Fernando Tarlá Cardoso Lemos -Build-Depends: debhelper (>= 7), cmake, nasm [i386 amd64], libsdl1.2-dev, libgl-dev, libgtkmm-2.4-dev, libgtkglextmm-x11-1.2-dev, libavcodec-dev, libavformat-dev, libswscale-dev, libavutil-dev, wx-common, libcairo2-dev, liblircclient-dev, libopenal-dev, libwxgtk2.8-dev, libsfml-dev, imagemagick, zip -Standards-Version: 3.8.1 -Homepage: http://www.vbam.com +Maintainer: Sérgio Benjamim +Build-Depends: debhelper (>= 9), cmake, zlib1g-dev, libpng12-dev, imagemagick, libopenal-dev, libsdl1.2-dev, libgtkmm-2.4-dev, libgtkglextmm-x11-1.2-dev, libwxgtk2.8-dev, wx-common, libcairo2-dev, libsfml-dev, nasm [i386 amd64], liblircclient-dev, libavcodec-dev, libavformat-dev, libswscale-dev, libavutil-dev +Standards-Version: 3.9.4 +Homepage: http://vba-m.com +Vcs-Svn: svn://svn.code.sf.net/p/vbam/code/trunk +Vcs-Browser: http://svn.code.sf.net/p/vbam/code/trunk Package: vbam-sdl Architecture: any diff --git a/debian/copyright b/debian/copyright index c6393abf..c5a24359 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,7 +3,7 @@ Sat, 12 Sep 2009 19:39:52 -0300. It was downloaded from -Upstream Author(s): +Upstream Author: VisualBoyAdvance-M team diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 00000000..163aaf8d --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/vbam-gtk.menu b/debian/vbam-gtk.menu index fcdf5a60..d3560465 100644 --- a/debian/vbam-gtk.menu +++ b/debian/vbam-gtk.menu @@ -1,2 +1 @@ -?package(gvbam):needs="X11" section="Applications/Emulators"\ - title="VisualBoyAdvance-M" command="/usr/bin/gvbam" +?package(vbam-gtk):needs="X11" section="Applications/Emulators" title="VisualBoyAdvance-M" command="/usr/bin/gvbam" diff --git a/debian/vbam-wx.menu b/debian/vbam-wx.menu index cc7b556d..ec47080b 100644 --- a/debian/vbam-wx.menu +++ b/debian/vbam-wx.menu @@ -1,2 +1 @@ -?package(vbam-wx):needs="X11" section="Applications/Emulators"\ - title="VisualBoyAdvance-M" command="/usr/bin/wxvbam" +?package(vbam-wx):needs="X11" section="Applications/Emulators" title="VisualBoyAdvance-M" command="/usr/bin/wxvbam"