[Pkg-voip-commits] [SCM] UNNAMED PROJECT branch, master, updated. upstream/1.8.0_pre1-12-g6eb74a5

Daniel Pocock daniel at pocock.com.au
Sun May 20 17:14:22 UTC 2012


The following commit has been merged in the master branch:
commit fc37bafba90fc0c6dedb00562d727d7b7c6eda50
Author: Daniel Pocock <daniel at pocock.com.au>
Date:   Sun May 20 19:05:59 2012 +0200

    Revise to use .docs and .dirs artefacts rather than mkdir/cp in rules

diff --git a/debian/repro.dirs b/debian/repro.dirs
new file mode 100644
index 0000000..5795c1b
--- /dev/null
+++ b/debian/repro.dirs
@@ -0,0 +1 @@
+etc/repro/ssl
diff --git a/debian/repro.docs b/debian/repro.docs
new file mode 100644
index 0000000..becf9d6
--- /dev/null
+++ b/debian/repro.docs
@@ -0,0 +1 @@
+repro/README_MySQL.txt
diff --git a/debian/resiprocate-turn-server.dirs b/debian/resiprocate-turn-server.dirs
new file mode 100644
index 0000000..ee19d5d
--- /dev/null
+++ b/debian/resiprocate-turn-server.dirs
@@ -0,0 +1 @@
+etc
diff --git a/debian/resiprocate-turn-server.docs b/debian/resiprocate-turn-server.docs
new file mode 100644
index 0000000..95ed85a
--- /dev/null
+++ b/debian/resiprocate-turn-server.docs
@@ -0,0 +1 @@
+reTurn/README.txt
diff --git a/debian/rules b/debian/rules
index a2460fa..0388a8a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,14 +14,8 @@ CPPFLAGS += -DRESIP_FIXED_POINT
 LDFLAGS += -lcares
 
 install/repro::
-	mkdir -p debian/repro/etc/repro/ssl
 	cp debian/repro.config-sample debian/repro/etc/repro/repro.config
-	mkdir -p debian/repro/usr/share/doc/repro
-	cp repro/README_MySQL.txt debian/repro/usr/share/doc/repro
 
 install/resiprocate-turn-server::
-	mkdir -p debian/resiprocate-turn-server/etc
 	cp debian/reTurnServer.config-sample debian/resiprocate-turn-server/etc/reTurnServer.config
-	mkdir -p debian/resiprocate-turn-server/usr/share/doc/resiprocate-turn-server
-	cp reTurn/README.txt debian/resiprocate-turn-server/usr/share/doc/resiprocate-turn-server
 

-- 
UNNAMED PROJECT



More information about the Pkg-voip-commits mailing list