Some changes in debian packaging.
This commit is contained in:
parent
40d270eeba
commit
3088a2d19d
|
@ -1,8 +1,47 @@
|
|||
vbam (1.8.0.1229-1) UNRELEASED; urgency=low
|
||||
vbam (1.8.0.1231-0ubuntu3) unstable; urgency=low
|
||||
|
||||
* Revert SDL sound changes to upstream svn 1226, until they fix it (bug #147)
|
||||
|
||||
-- Sérgio Benjamim <sergio_br2@yahoo.com.br> Sun, 11 Mai 2014 11:08:00 +0100
|
||||
|
||||
vbam (1.8.0.1231-0ubuntu2) unstable; urgency=low
|
||||
|
||||
* Manual merge from upstream
|
||||
|
||||
-- Sérgio Benjamim <sergio_br2@yahoo.com.br> Sun, 11 Mai 2014 11:08:00 +0100
|
||||
|
||||
vbam (1.8.0.1231) unstable; urgency=low
|
||||
|
||||
* Re-added rWindows/other stuff (easy recipe to merge upstream changes to fixes)
|
||||
* New icons
|
||||
|
||||
-- Sérgio Benjamim <sergio_br2@yahoo.com.br> Sun, 11 Mai 2014 09:20:00 +0100
|
||||
|
||||
vbam (1.8.0.1230-0ubuntu2) unstable; urgency=low
|
||||
|
||||
* Added missing Build-Depends
|
||||
* Package for vbam-sdl
|
||||
* Fixed some lintian warnings/errors
|
||||
|
||||
-- Sérgio Benjamim <sergio_br2@yahoo.com.br> Sun, 27 Apr 2014 15:48:00 +0100
|
||||
|
||||
vbam (1.8.0.1230-0ubuntu1) unstable; urgency=low
|
||||
|
||||
* Fixing launchpad orig.tar.gz error
|
||||
|
||||
-- Sérgio Benjamim <sergio_br2@yahoo.com.br> Sat, 22 Mar 2014 16:23:00 +0100
|
||||
|
||||
vbam (1.8.0.1229-0ubuntu2) trusty; urgency=low
|
||||
|
||||
* Updated copyright year and fixed homepage link
|
||||
|
||||
-- Sérgio Benjamim <sergio_br2@yahoo.com.br> Sat, 22 Mar 2014 15:59:00 +0100
|
||||
|
||||
vbam (1.8.0.1229-0ubuntu1) trusty; urgency=low
|
||||
|
||||
* Use new version from upstream
|
||||
|
||||
-- Sérgio Benjamim <sergio_br2@yahoo.com.br> Sat, 26 Apr 2014 02:10:00 +0100
|
||||
-- Sérgio Benjamim <sergio_br2@yahoo.com.br> Thu, 20 Mar 2014 19:30:00 +0100
|
||||
|
||||
vbam (1.8.0.1042-1) lucid; urgency=low
|
||||
|
||||
|
|
|
@ -32,14 +32,3 @@ Description: Nintendo Game Boy Advance emulator (GTK+ frontend)
|
|||
.
|
||||
This package provides the GTK+ GUI version of VisualBoyAdvance-M.
|
||||
|
||||
Package: vbam-wx
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: Nintendo Game Boy Advance emulator (wxWidgets frontend)
|
||||
VisualBoyAdvance-M is a Nintendo Game Boy Emulator with high
|
||||
compatibility with commercial games. It emulates the Nintendo Game
|
||||
Boy Advance handheld console, in addition to the original Game Boy
|
||||
handhelds and its Super and Color variants.
|
||||
.
|
||||
This package provides the wxWidgets GUI version of VisualBoyAdvance-M.
|
||||
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
vbam-debian.patch
|
||||
vbam-debian2.patch
|
|
@ -0,0 +1,131 @@
|
|||
Description: <short summary of the patch>
|
||||
TODO: Put a short summary on the line above and replace this paragraph
|
||||
with a longer explanation of this change. Complete the meta-information
|
||||
with other relevant fields (see below for details). To make it easier, the
|
||||
information below has been extracted from the changelog. Adjust it or drop
|
||||
it.
|
||||
.
|
||||
vbam (1.8.0.1230-0ubuntu1) trusty; urgency=low
|
||||
.
|
||||
* Fixing launchpad orig.tar.gz error
|
||||
Author: Sérgio Benjamim <sergio_br2@yahoo.com.br>
|
||||
|
||||
---
|
||||
The information above should follow the Patch Tagging Guidelines, please
|
||||
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
|
||||
are templates for supplementary fields that you might want to add:
|
||||
|
||||
Origin: <vendor|upstream|other>, <url of original patch>
|
||||
Bug: <url in upstream bugtracker>
|
||||
Bug-Debian: http://bugs.debian.org/<bugnumber>
|
||||
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
|
||||
Forwarded: <no|not-needed|url proving that it has been forwarded>
|
||||
Reviewed-By: <name and email of someone who approved the patch>
|
||||
Last-Update: <YYYY-MM-DD>
|
||||
|
||||
--- vbam-1.8.0.1230.orig/CMakeLists.txt
|
||||
+++ vbam-1.8.0.1230/CMakeLists.txt
|
||||
@@ -8,7 +8,7 @@ if( COMMAND cmake_policy )
|
||||
endif( COMMAND cmake_policy )
|
||||
SET( CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/CMakeScripts )
|
||||
|
||||
-option( ENABLE_SDL "Build the SDL port" ON )
|
||||
+option( ENABLE_SDL "Build the SDL port" OFF )
|
||||
option( ENABLE_GTK "Build the GTK+ GUI" ON )
|
||||
option( ENABLE_WX "Build the wxWidgets port" OFF )
|
||||
option( ENABLE_DEBUGGER "Enable the debugger" ON )
|
||||
@@ -36,7 +36,7 @@ endif( NOT ENABLE_DEBUGGER AND ENABLE_SD
|
||||
|
||||
# Set the version number with -DVERSION=X.X.X-uber
|
||||
IF( NOT VERSION )
|
||||
- SET( VERSION "1.8.0-SVN" )
|
||||
+ SET( VERSION "1.8.0-SVN1229" )
|
||||
|
||||
IF(EXISTS "${CMAKE_SOURCE_DIR}/.svn")
|
||||
FIND_PACKAGE(Subversion)
|
||||
--- vbam-1.8.0.1230.orig/po/wxvbam/en.po
|
||||
+++ vbam-1.8.0.1230/po/wxvbam/en.po
|
||||
@@ -1196,11 +1196,11 @@ msgstr "Connecting to %s\n"
|
||||
msgid ""
|
||||
"Copyright (C) 1999-2003 Forgotten\n"
|
||||
"Copyright (C) 2004-2006 VBA development team\n"
|
||||
-"Copyright (C) 2007-2011 VBA-M development team"
|
||||
+"Copyright (C) 2007-2014 VBA-M development team"
|
||||
msgstr ""
|
||||
"Copyright (C) 1999-2003 Forgotten\n"
|
||||
"Copyright (C) 2004-2006 VBA development team\n"
|
||||
-"Copyright (C) 2007-2011 VBA-M development team"
|
||||
+"Copyright (C) 2007-2014 VBA-M development team"
|
||||
|
||||
#: ../src/wx/wxvbam.cpp:208
|
||||
msgid "Could not create main window"
|
||||
--- vbam-1.8.0.1230.orig/po/wxvbam/cs.po
|
||||
+++ vbam-1.8.0.1230/po/wxvbam/cs.po
|
||||
@@ -371,8 +371,8 @@ msgstr "Nintendo GameBoy (+Color+Advance
|
||||
msgid ""
|
||||
"Copyright (C) 1999-2003 Forgotten\n"
|
||||
"Copyright (C) 2004-2006 VBA development team\n"
|
||||
-"Copyright (C) 2007-2011 VBA-M development team"
|
||||
-msgstr "Copyright (C) 1999-2003 Forgotten\nCopyright (C) 2004-2006 VBA development team\nCopyright (C) 2007-2011 VBA-M development team"
|
||||
+"Copyright (C) 2007-2014 VBA-M development team"
|
||||
+msgstr "Copyright (C) 1999-2003 Forgotten\nCopyright (C) 2004-2006 VBA development team\nCopyright (C) 2007-2014 VBA-M development team"
|
||||
|
||||
#: ../src/wx/cmdevents.cpp:2180
|
||||
msgid ""
|
||||
--- vbam-1.8.0.1230.orig/po/wxvbam/wxvbam.pot
|
||||
+++ vbam-1.8.0.1230/po/wxvbam/wxvbam.pot
|
||||
@@ -368,7 +368,7 @@ msgstr ""
|
||||
msgid ""
|
||||
"Copyright (C) 1999-2003 Forgotten\n"
|
||||
"Copyright (C) 2004-2006 VBA development team\n"
|
||||
-"Copyright (C) 2007-2011 VBA-M development team"
|
||||
+"Copyright (C) 2007-2014 VBA-M development team"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/wx/cmdevents.cpp:2180
|
||||
--- vbam-1.8.0.1230.orig/po/wxvbam/nl.po
|
||||
+++ vbam-1.8.0.1230/po/wxvbam/nl.po
|
||||
@@ -370,7 +370,7 @@ msgstr ""
|
||||
msgid ""
|
||||
"Copyright (C) 1999-2003 Forgotten\n"
|
||||
"Copyright (C) 2004-2006 VBA development team\n"
|
||||
-"Copyright (C) 2007-2011 VBA-M development team"
|
||||
+"Copyright (C) 2007-2014 VBA-M development team"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/wx/cmdevents.cpp:2180
|
||||
--- vbam-1.8.0.1230.orig/po/wxvbam/zh_TW.po
|
||||
+++ vbam-1.8.0.1230/po/wxvbam/zh_TW.po
|
||||
@@ -370,8 +370,8 @@ msgstr "Nintendo GameBoy (+Color+Advance
|
||||
msgid ""
|
||||
"Copyright (C) 1999-2003 Forgotten\n"
|
||||
"Copyright (C) 2004-2006 VBA development team\n"
|
||||
-"Copyright (C) 2007-2011 VBA-M development team"
|
||||
-msgstr "Copyright (C) 1999-2003 Forgotten\nCopyright (C) 2004-2006 VBA development team\nCopyright (C) 2007-2011 VBA-M development team"
|
||||
+"Copyright (C) 2007-2014 VBA-M development team"
|
||||
+msgstr "Copyright (C) 1999-2003 Forgotten\nCopyright (C) 2004-2006 VBA development team\nCopyright (C) 2007-2014 VBA-M development team"
|
||||
|
||||
#: ../src/wx/cmdevents.cpp:2180
|
||||
msgid ""
|
||||
--- vbam-1.8.0.1230.orig/src/wx/cmdevents.cpp
|
||||
+++ vbam-1.8.0.1230/src/wx/cmdevents.cpp
|
||||
@@ -2176,7 +2176,7 @@ EVT_HANDLER(wxID_ABOUT, "About...")
|
||||
ai.SetWebSite(wxT("http://www.vba-m.com/"));
|
||||
ai.SetIcon(GetIcon());
|
||||
ai.SetDescription(_("Nintendo GameBoy (+Color+Advance) emulator."));
|
||||
- ai.SetCopyright(_("Copyright (C) 1999-2003 Forgotten\nCopyright (C) 2004-2006 VBA development team\nCopyright (C) 2007-2011 VBA-M development team"));
|
||||
+ ai.SetCopyright(_("Copyright (C) 1999-2003 Forgotten\nCopyright (C) 2004-2006 VBA development team\nCopyright (C) 2007-2014 VBA-M development team"));
|
||||
ai.SetLicense(_("This program is free software: you can redistribute it and/or modify\n"
|
||||
"it under the terms of the GNU General Public License as published by\n"
|
||||
"the Free Software Foundation, either version 2 of the License, or\n"
|
||||
--- vbam-1.8.0.1230.orig/src/gtk/windowcallbacks.cpp
|
||||
+++ vbam-1.8.0.1230/src/gtk/windowcallbacks.cpp
|
||||
@@ -500,7 +500,7 @@ void Window::vOnHelpAbout()
|
||||
"along with this program. If not, see <http://www.gnu.org/licenses/>.";
|
||||
const char csCopyright[] = "Copyright (C) 1999-2003 Forgotten\n"
|
||||
"Copyright (C) 2004-2006 VBA development team\n"
|
||||
- "Copyright (C) 2007-2011 VBA-M development team";
|
||||
+ "Copyright (C) 2007-2014 VBA-M development team";
|
||||
|
||||
oAboutDialog.set_transient_for(*this);
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue