| Revision 2028,
603 bytes
checked in by alanbach-guest, 6 years ago
(diff) |
|
Tagging kibgnomeprintui 2.18.1
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | #!/usr/bin/make -f |
|---|
| 2 | |
|---|
| 3 | # export DH_VERBOSE=1 |
|---|
| 4 | |
|---|
| 5 | # Ensure at build time that the library has no dependencies on undefined |
|---|
| 6 | # symbols. |
|---|
| 7 | LDFLAGS += -Wl,-z,defs |
|---|
| 8 | |
|---|
| 9 | # Speed up loading. |
|---|
| 10 | LDFLAGS += -Wl,-O1 |
|---|
| 11 | |
|---|
| 12 | export LDFLAGS |
|---|
| 13 | |
|---|
| 14 | include /usr/share/cdbs/1/rules/debhelper.mk |
|---|
| 15 | include /usr/share/cdbs/1/rules/simple-patchsys.mk |
|---|
| 16 | include /usr/share/cdbs/1/class/gnome.mk |
|---|
| 17 | include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk |
|---|
| 18 | -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk |
|---|
| 19 | |
|---|
| 20 | DEB_DH_MAKESHLIBS_ARGS_ALL = -V 'libgnomeprintui2.2-0 (>= 2.17.0)' |
|---|
| 21 | |
|---|
| 22 | DEB_CONFIGURE_EXTRA_FLAGS = --enable-gtk-doc PKG_CONFIG_PATH=./debian |
|---|
Note: See
TracBrowser
for help on using the repository browser.