Search
lxdream.org :: lxdream :: r1055:072457c02704
lxdream 0.9.1
released Jun 29
Download Now
changeset1055:072457c02704
parent1054:6ac6cd177de1
child1056:d0896e6530d6
authornkeynes
dateSun 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
debian/control
debian/copyright
debian/rules
1.1 --- a/debian/control Sun Jun 28 10:29:01 2009 +0000
1.2 +++ b/debian/control Sun Jun 28 10:39:51 2009 +0000
1.3 @@ -7,6 +7,8 @@
1.4
1.5 Package: lxdream
1.6 Architecture: any
1.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: liblircclient0
1.11 Description: Emulator for the Sega Dreamcast (TM) system
1.12 <insert long description, indented with spaces>
2.1 --- a/debian/copyright Sun Jun 28 10:29:01 2009 +0000
2.2 +++ b/debian/copyright Sun Jun 28 10:39:51 2009 +0000
2.3 @@ -1,17 +1,15 @@
2.4 This package was debianized by Nathan Keynes <nkeynes@lxdream.org> on
2.5 Thu, 15 Nov 2007 12:05:19 +1000.
2.6
2.7 -It was downloaded from <url://example.com>
2.8 +It was downloaded from <http://www.lxdream.org/>
2.9
2.10 Upstream Author(s):
2.11
2.12 - <put author's name and email here>
2.13 - <likewise for another author>
2.14 + Nathan Keynes <nkeynes@lxdream.org>
2.15
2.16 Copyright:
2.17
2.18 - <Copyright (C) YYYY Name OfAuthor>
2.19 - <likewise for another author>
2.20 + <Copyright (C) 2005-2009 Nathan Keynes>
2.21
2.22 License:
2.23
3.1 --- a/debian/rules Sun Jun 28 10:29:01 2009 +0000
3.2 +++ b/debian/rules Sun Jun 28 10:39:51 2009 +0000
3.3 @@ -25,7 +25,7 @@
3.4 ifneq "$(wildcard /usr/share/misc/config.guess)" ""
3.5 cp -f /usr/share/misc/config.guess config.guess
3.6 endif
3.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.9
3.10
3.11 build: build-stamp
.