strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
kernel-netlink: Pass prefix when looking up next hop for shunt policies
[strongswan.git]
/
packages
/
maemo-applet
/
debian
/
rules
diff --git
a/packages/maemo-applet/debian/rules
b/packages/maemo-applet/debian/rules
index
3dc5d47
..
bd5046c
100755
(executable)
--- a/
packages/maemo-applet/debian/rules
+++ b/
packages/maemo-applet/debian/rules
@@
-45,14
+45,11
@@
build: build-arch build-indep
build-arch: build-arch-stamp
build-arch-stamp: config.status
build-arch: build-arch-stamp
build-arch-stamp: config.status
-
- # Add here commands to compile the arch part of the package.
- #$(MAKE)
+ $(MAKE)
touch $@
build-indep: build-indep-stamp
build-indep-stamp: config.status
touch $@
build-indep: build-indep-stamp
build-indep-stamp: config.status
-
# Add here commands to compile the indep part of the package.
#$(MAKE) doc
touch $@
# Add here commands to compile the indep part of the package.
#$(MAKE) doc
touch $@
@@
-62,7
+59,6
@@
clean:
dh_testroot
rm -f build-arch-stamp build-indep-stamp #CONFIGURE-STAMP#
dh_testroot
rm -f build-arch-stamp build-indep-stamp #CONFIGURE-STAMP#
- # Add here commands to clean up after the build process.
-$(MAKE) distclean
ifneq "$(wildcard /usr/share/misc/config.sub)" ""
cp -f /usr/share/misc/config.sub config.sub
-$(MAKE) distclean
ifneq "$(wildcard /usr/share/misc/config.sub)" ""
cp -f /usr/share/misc/config.sub config.sub
@@
-71,33
+67,18
@@
ifneq "$(wildcard /usr/share/misc/config.guess)" ""
cp -f /usr/share/misc/config.guess config.guess
endif
cp -f /usr/share/misc/config.guess config.guess
endif
-
dh_clean
dh_clean
-install: install-indep install-arch
-install-indep:
+install: build
dh_testdir
dh_testroot
dh_testdir
dh_testroot
- dh_clean -k -i
- dh_installdirs -i
-
- # Add here commands to install the indep part of the package into
- # debian/<package>-doc.
- #INSTALLDOC#
+ dh_clean -k
+ dh_installdirs
- dh_install -i
-
-install-arch:
- dh_testdir
- dh_testroot
- dh_clean -k -s
- dh_installdirs -s
+ $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
- # Add here commands to install the arch part of the package into
- # debian/tmp.
- $(MAKE) DESTDIR=$(CURDIR)/debian/strongswan-applet install
+ dh_install --list-missing --sourcedir=debian/tmp
- dh_install -s
# Must not depend on anything. This is to be called by
# binary-arch/binary-indep
# in another 'make' thread.
# Must not depend on anything. This is to be called by
# binary-arch/binary-indep
# in another 'make' thread.
@@
-129,13
+110,13
@@
binary-common:
dh_gencontrol
dh_md5sums
dh_builddeb
dh_gencontrol
dh_md5sums
dh_builddeb
-# Build architecture independ
a
nt packages using the common target.
-binary-indep: build-indep install
-indep
+# Build architecture independ
e
nt packages using the common target.
+binary-indep: build-indep install
$(MAKE) -f debian/rules DH_OPTIONS=-i binary-common
$(MAKE) -f debian/rules DH_OPTIONS=-i binary-common
-# Build architecture depend
a
nt packages using the common target.
-binary-arch: build-arch install
-arch
+# Build architecture depend
e
nt packages using the common target.
+binary-arch: build-arch install
$(MAKE) -f debian/rules DH_OPTIONS=-s binary-common
binary: binary-arch binary-indep
$(MAKE) -f debian/rules DH_OPTIONS=-s binary-common
binary: binary-arch binary-indep
-.PHONY: build clean binary-indep binary-arch binary install
install-indep install-arch
+.PHONY: build clean binary-indep binary-arch binary install