| Revision 2109,
762 bytes
checked in by alanbach-guest, 6 years ago
(diff) |
|
gnome-games, sync'd with Ubuntu
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | #!/usr/bin/make -f |
|---|
| 2 | # -*- mode: makefile; coding: utf-8 -*- |
|---|
| 3 | |
|---|
| 4 | include /usr/share/cdbs/1/rules/debhelper.mk |
|---|
| 5 | include /usr/share/cdbs/1/class/gnome.mk |
|---|
| 6 | include /usr/share/cdbs/1/rules/simple-patchsys.mk |
|---|
| 7 | include /usr/share/cdbs/1/rules/utils.mk |
|---|
| 8 | include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk |
|---|
| 9 | -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk |
|---|
| 10 | |
|---|
| 11 | DEB_PYTHON_SYSTEM := pycentral |
|---|
| 12 | |
|---|
| 13 | DEB_CONFIGURE_EXTRA_FLAGS := --bindir=\$${prefix}/games |
|---|
| 14 | DEB_DH_FIXPERMS_ARGS := -X/usr/games |
|---|
| 15 | DEB_DH_MAKESHLIBS_ARGS_gnome-games := --no-act |
|---|
| 16 | DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-O1 -Wl,--as-needed" |
|---|
| 17 | |
|---|
| 18 | binary-install/gnome-games:: |
|---|
| 19 | find debian -name "*.py[co]" -exec rm -f {} \; |
|---|
| 20 | dh_pycentral |
|---|
| 21 | |
|---|
| 22 | binary-post-install/gnome-games:: |
|---|
| 23 | chmod u+w debian/gnome-games/usr/games/* |
|---|
Note: See
TracBrowser
for help on using the repository browser.