Codebase list pong2 / cd8b670
Imported Debian patch 0.1.2-1 Reinhard Tartler 14 years ago
4 changed file(s) with 20 addition(s) and 14 deletion(s). Raw diff Collapse all Expand all
0 pong2 (0.1.1-2) unstable; urgency=low
0 pong2 (0.1.2-1) unstable; urgency=low
11
2 * New upstream release.
23 * Update build dependencies from xlibmesa-gl-dev to libgl1-mesa-dev |
34 libgl-dev.
45 * update debian/changelog to indicate that the license is GPL2 or later.
56 * update debian/changelog to mention the copy of the net2 library.
67 * Update debian/menu to comply with new menu policy: pong2 is now
7 section "Games/Action"
8 section "Games/Action".
89 * updated policy to version 3.7.3, with the above changes.
910 * Bug fix: "FTBFS with GCC 4.3: missing #includes", thanks to Martin
1011 Michlmayr (Closes: #454847).
1112 * Bug fix: "pong2: debian/watch fails to report upstream's version",
1213 thanks to Raphael Geissert (Closes: #449845). Fixed watch/file
14 * add Hompage field to debian/control.
15 * add libsdl1.2-image-dev to build-depends.
1316
14 -- Reinhard Tartler <siretart@tauware.de> Sun, 16 Dec 2007 08:41:26 +0100
17 -- Reinhard Tartler <siretart@tauware.de> Sun, 16 Dec 2007 08:45:34 +0100
1518
1619 pong2 (0.1.1-1) unstable; urgency=low
1720
44 Build-Depends: debhelper (>= 4.1.16), cdbs,
55 libgl1-mesa-dev | libgl-dev,
66 libglu1-xorg-dev | libglu-dev,
7 libsdl1.2-dev, libsdl-net1.2-dev
7 libsdl1.2-dev, libsdl-net1.2-dev, libsdl-image1.2-dev
88 Standards-Version: 3.7.3
9 Homepage: http://pong2.berlios.de/
910
1011 Package: pong2
1112 Architecture: any
00 Author: Johannes Jordan <fopref@donnergurgler.net>
11 Copyright: 2004, 2005 Johannes Jordan
22 Project Website: http://pong2.berlios.de/
3
4
35
46 Copyright: GNU General Public Licence, Version 2+
57
1315 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1416 General Public License for more details.
1517
16 You should have received a copy of the GNU General Public License with
17 your Debian GNU/Linux system, in /usr/share/common-licenses/GPL, or with
18 the Debian GNU/Linux bash source package as the file COPYING. If not,
19 write to the Free Software Foundation, Inc., 59 Temple Place - Suite
20 330, Boston, MA 02111-1307, USA.
18 You should have received a copy of the GNU General Public License
19 with your Debian GNU/Linux system, in /usr/share/common-licenses/GPL,
20 or with the Debian GNU/Linux bash source package as the file COPYING.
21 If not, write to the Free Software Foundation, Inc., 51 Franklin St,
22 Fifth Floor, Boston, MA 02110-1301, USA.
23
2124
2225 On Debian systems, the complete text of the GNU General Public
2326 License, version 2, can be found in /usr/share/common-licenses/GPL-2.
4043 Lesser General Public License for more details.
4144
4245 You should have received a copy of the GNU Lesser General Public
43 License along with this library; if not, write to the Free
44 Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
45 02111-1307 USA
46 License along with this library; if not, write to the Free Software
47 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
48 02110-1301, USA.
4649
4750 If you do not wish to comply with the terms of the LGPL please
4851 contact the author as other terms are available for a fee.
00 #include "Buffer.hpp"
11 #include <stdlib.h>
2 #include <cstring.h>
3
2 #include <cstring>
43
54 Buffer::Buffer() : size(sizeof(PacketType)), freemem(true)
65 {