revision 1055:072457c02704
summary |
tree |
shortlog |
changelog |
graph |
changeset |
raw | bz2 | zip | gz changeset | 1055:072457c02704 |
parent | 1054:6ac6cd177de1 |
child | 1056:d0896e6530d6 |
author | nkeynes |
date | Sun Jun 28 10:39:51 2009 +0000 (14 years ago) |
Remove -Wl,-z,defs from dpkg build
Add explicit library deps (so that optional libs are Recommended/Suggested)
Tweak copyright file
Add explicit library deps (so that optional libs are Recommended/Suggested)
Tweak copyright file
![]() | debian/control | view | annotate | diff | log | |
![]() | debian/copyright | view | annotate | diff | log | |
![]() | debian/rules | view | annotate | diff | log |
1.1 --- a/debian/control Sun Jun 28 10:29:01 2009 +00001.2 +++ b/debian/control Sun Jun 28 10:39:51 2009 +00001.3 @@ -7,6 +7,8 @@1.5 Package: lxdream1.6 Architecture: any1.7 -Depends: ${shlibs:Depends}, ${misc:Depends}1.8 +Depends: libatk1.0-0 (>= 1.20.0), libc6 (>= 2.3), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.4.0), libfreetype6 (>= 2.3.5), libgcc1 (>= 1:4.1.1), libgl1-mesa-glx | libgl1, libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.8.0), libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), libx11-6, zlib1g (>= 1:1.1.4)1.9 +Recommends: libasound2 (>> 1.0.18), libaudiofile0 (>= 0.2.3-4), libesd0 (>= 0.2.35) | libesd-alsa0 (>= 0.2.35), libpulse0 (>= 0.9.15~test5)1.10 +Suggests: liblircclient01.11 Description: Emulator for the Sega Dreamcast (TM) system1.12 <insert long description, indented with spaces>
2.1 --- a/debian/copyright Sun Jun 28 10:29:01 2009 +00002.2 +++ b/debian/copyright Sun Jun 28 10:39:51 2009 +00002.3 @@ -1,17 +1,15 @@2.4 This package was debianized by Nathan Keynes <nkeynes@lxdream.org> on2.5 Thu, 15 Nov 2007 12:05:19 +1000.2.7 -It was downloaded from <url://example.com>2.8 +It was downloaded from <http://www.lxdream.org/>2.10 Upstream Author(s):2.12 - <put author's name and email here>2.13 - <likewise for another author>2.14 + Nathan Keynes <nkeynes@lxdream.org>2.16 Copyright:2.18 - <Copyright (C) YYYY Name OfAuthor>2.19 - <likewise for another author>2.20 + <Copyright (C) 2005-2009 Nathan Keynes>2.22 License:
3.1 --- a/debian/rules Sun Jun 28 10:29:01 2009 +00003.2 +++ b/debian/rules Sun Jun 28 10:39:51 2009 +00003.3 @@ -25,7 +25,7 @@3.4 ifneq "$(wildcard /usr/share/misc/config.guess)" ""3.5 cp -f /usr/share/misc/config.guess config.guess3.6 endif3.7 - ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"3.8 + ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)"3.11 build: build-stamp
.