| Revision 3268,
767 bytes
checked in by alanbach-guest, 5 years ago
(diff) |
- Sync'd with Debian 2.22.0-1
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | #!/usr/bin/make -f |
|---|
| 2 | |
|---|
| 3 | include /usr/share/cdbs/1/rules/debhelper.mk |
|---|
| 4 | include /usr/share/cdbs/1/class/gnome.mk |
|---|
| 5 | include /usr/share/cdbs/1/rules/patchsys-quilt.mk |
|---|
| 6 | include /usr/share/cdbs/1/rules/utils.mk |
|---|
| 7 | include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk |
|---|
| 8 | include /usr/share/gnome-pkg-tools/1/rules/gnome-version.mk |
|---|
| 9 | include /usr/share/gnome-pkg-tools/1/rules/clean-la.mk |
|---|
| 10 | include /usr/share/gnome-pkg-tools/1/rules/patch-translations.mk |
|---|
| 11 | -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk |
|---|
| 12 | |
|---|
| 13 | GNOME_MODULE := eel |
|---|
| 14 | |
|---|
| 15 | LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed |
|---|
| 16 | |
|---|
| 17 | shpackage := libeel2-$(DEB_GNOME_VERSION) |
|---|
| 18 | |
|---|
| 19 | binary-install/$(shpackage):: |
|---|
| 20 | dh_install -p$(shpackage) debian/tmp/usr/lib/libeel-2-*.so |
|---|
| 21 | |
|---|
| 22 | clean:: |
|---|
| 23 | sed -i s/@GNOMEVER@/$(DEB_GNOME_VERSION)/ debian/control |
|---|
Note: See
TracBrowser
for help on using the repository browser.