Skip to content

Commit

Permalink
Changes from Debian 2.10.1.14-1 package.
Browse files Browse the repository at this point in the history
  • Loading branch information
brazilofmux committed Oct 9, 2017
1 parent 5a88054 commit d79cc5a
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 4 deletions.
13 changes: 13 additions & 0 deletions debian/changelog
@@ -1,3 +1,16 @@
tinymux (2.10.1.14-1) unstable; urgency=medium

* New upstream release
+ fixes integer/pointer comparison (Closes: #853683)
* Update Standards-Version in debian/control from 3.9.8 to 4.0.1 (no
change needed).
* cppflags.diff was accepted upstream and therefore dropped from the
package.
* Added PCRE license to debian/copyright.
* Dropped unnecessary build dependencies (Closes: #877604)

-- Stephen Dennis <brazilofmux@gmail.com> Tue, 03 Oct 2017 07:55:00 -0600

tinymux (2.10.1.13-1) unstable; urgency=medium

* New upstream release
Expand Down
2 changes: 1 addition & 1 deletion debian/compat
@@ -1 +1 @@
9
10
4 changes: 2 additions & 2 deletions debian/control
Expand Up @@ -2,8 +2,8 @@ Source: tinymux
Section: games
Priority: optional
Maintainer: Stephen Dennis <brazilofmux@gmail.com>
Build-Depends: debhelper (>= 9.0.0), binutils (>= 2.21.0), autotools-dev (>= 20140911.1)
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 10.7.2)
Standards-Version: 4.0.1
Vcs-Git: https://github.com/brazilofmux/tinymux.git
Vcs-Browser: https://github.com/brazilofmux/tinymux
Homepage: http://www.tinymux.org/
Expand Down
31 changes: 31 additions & 0 deletions debian/copyright
Expand Up @@ -19,6 +19,10 @@ Copyright: 1999-2017, Stephen Dennis <brazilofmux@gmail.com>
1991, Joseph Traub and Glenn Crocker.
License: Artistic-1.0 and TinyMUD-revised

Files: src/pcre.*
Copyright: 1997-2004, University of Cambridge
License: BSD-3-clause

Files: debian/*
Copyright: 2017, Stephen Dennis <brazilofmux@gmail.com>
2004, Ervin Hearn III <noltar@korongil.net>
Expand Down Expand Up @@ -143,3 +147,30 @@ License: Artistic-1.0
9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.

License: BSD-3-clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
.
* Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
.
* Neither the name of the University of Cambridge nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
5 changes: 4 additions & 1 deletion debian/rules
Expand Up @@ -3,7 +3,7 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
dh $@ --no-parallel --sourcedirectory=src
dh $@ --sourcedirectory=src

override_dh_auto_configure:
dh_auto_configure -- --enable-stubslave
Expand All @@ -19,3 +19,6 @@ override_dh_fixperms:
override_dh_auto_clean:
dh_auto_clean --sourcedirectory=src/modules
dh_auto_clean

override_dh_shlibdeps:
dh_shlibdeps -l$(CURDIR)/debian/tinymux/usr/lib/tinymux/game/bin

0 comments on commit d79cc5a

Please sign in to comment.