[yarp] 83/109: Rename libyarp-doc->yarp-doc and libyarp-dbg->yarp-dbg

Daniele E. Domenichelli drdanz-guest at moszumanska.debian.org
Thu Jun 22 16:10:19 UTC 2017


This is an automated email from the git hooks/post-receive script.

drdanz-guest pushed a commit to branch master
in repository yarp.

commit 1b5b1ddfae21c63b6e11c264405e5ee6551853c5
Author: Daniele E. Domenichelli <ddomenichelli at drdanz.it>
Date:   Thu Oct 13 13:30:58 2016 +0200

    Rename libyarp-doc->yarp-doc and libyarp-dbg->yarp-dbg
    
    Also improve doc-base file
---
 .gitignore                                         | 4 ++--
 debian/control                                     | 6 +++---
 debian/libyarp-doc.doc-base.yarp                   | 9 ---------
 debian/libyarp-doc.install                         | 1 -
 debian/libyarp-doc.links                           | 2 --
 debian/rules                                       | 6 +++---
 debian/yarp-doc.doc-base.yarp                      | 9 +++++++++
 debian/{libyarp-doc.docs => yarp-doc.docs}         | 0
 debian/{libyarp-doc.examples => yarp-doc.examples} | 0
 debian/yarp-doc.install                            | 1 +
 debian/yarp-doc.links                              | 2 ++
 debian/{libyarp-doc.manpages => yarp-doc.manpages} | 0
 12 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/.gitignore b/.gitignore
index 53ab600..a9846d7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,11 +9,11 @@
 /debian/.debhelper/
 /debian/debhelper-build-stamp
 /debian/files
-/debian/libyarp-dbg/
+/debian/yarp-dbg/
 /debian/libyarp-dev-dev/
 /debian/libyarp-dev/
 /debian/libyarp-dev1/
-/debian/libyarp-doc/
+/debian/yarp-doc/
 /debian/libyarp-init1/
 /debian/libyarp-math-dev/
 /debian/libyarp-math1/
diff --git a/debian/control b/debian/control
index 2b640ac..774d5cf 100644
--- a/debian/control
+++ b/debian/control
@@ -255,7 +255,7 @@ Description: thin middleware for humanoid robots and more - [dev] development fi
 
 ##################### DEBUG
 
-Package: libyarp-dbg
+Package: yarp-dbg
 Section: debug
 Priority: extra
 Architecture: any
@@ -276,11 +276,11 @@ Description: thin middleware for humanoid robots and more - debug symbols
  match your needs. It also supports similarly flexible interfacing
  with hardware devices.
  .
- This package contains the [os] debugging symbols.
+ This package contains the debugging symbols.
 
 ##################### DOCS
 
-Package: libyarp-doc
+Package: yarp-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends},
diff --git a/debian/libyarp-doc.doc-base.yarp b/debian/libyarp-doc.doc-base.yarp
deleted file mode 100644
index acea88d..0000000
--- a/debian/libyarp-doc.doc-base.yarp
+++ /dev/null
@@ -1,9 +0,0 @@
-Document: yarp
-Title: Yarp
-Author: Doxygen
-Abstract: Reference Manual for Yarp (Yet Another Robot Platform)
-Section: Science/Data Analysis
-
-Format: HTML
-Index: /usr/share/doc/libyarp-doc/html/index.html
-Files: /usr/share/doc/libyarp-doc/html/*.html
diff --git a/debian/libyarp-doc.install b/debian/libyarp-doc.install
deleted file mode 100644
index d4ac688..0000000
--- a/debian/libyarp-doc.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/yarp/bindings/* usr/share/doc/libyarp-doc/examples/bindings/
diff --git a/debian/libyarp-doc.links b/debian/libyarp-doc.links
deleted file mode 100644
index 14586a7..0000000
--- a/debian/libyarp-doc.links
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/share/doc/libyarp-doc usr/share/doc/yarp
-usr/share/javascript/jquery/jquery.js usr/share/doc/libyarp-doc/html/jquery.js
diff --git a/debian/rules b/debian/rules
index 3f7c03e..f43c753 100755
--- a/debian/rules
+++ b/debian/rules
@@ -75,11 +75,11 @@ override_dh_auto_build-indep:
 override_dh_auto_test:
 
 override_dh_strip:
-	dh_strip --dbg-package=libyarp-dbg
+	dh_strip --dbg-package=yarp-dbg
 
 override_dh_install:
 	dh_install --list-missing
 
 override_dh_installdocs:
-	dh_installdocs --link-doc=libyarp-doc
-	dh_doxygen --package=libyarp-doc
+	dh_installdocs --link-doc=yarp-doc
+	dh_doxygen --package=yarp-doc
diff --git a/debian/yarp-doc.doc-base.yarp b/debian/yarp-doc.doc-base.yarp
new file mode 100644
index 0000000..31cc6e4
--- /dev/null
+++ b/debian/yarp-doc.doc-base.yarp
@@ -0,0 +1,9 @@
+Document: yarp
+Title: YARP Manual
+Author: Paul Fitzpatrick, Giorgio Metta, Lorenzo Natale, Alessandro Scalzo, and others
+Abstract: This manual describes the usage of "Yet Another Robot Platform" (YARP).
+Section: Network/Remote Access
+
+Format: HTML
+Index: /usr/share/doc/yarp-doc/html/index.html
+Files: /usr/share/doc/yarp-doc/html/*.html
diff --git a/debian/libyarp-doc.docs b/debian/yarp-doc.docs
similarity index 100%
rename from debian/libyarp-doc.docs
rename to debian/yarp-doc.docs
diff --git a/debian/libyarp-doc.examples b/debian/yarp-doc.examples
similarity index 100%
rename from debian/libyarp-doc.examples
rename to debian/yarp-doc.examples
diff --git a/debian/yarp-doc.install b/debian/yarp-doc.install
new file mode 100644
index 0000000..a029495
--- /dev/null
+++ b/debian/yarp-doc.install
@@ -0,0 +1 @@
+usr/share/yarp/bindings/* usr/share/doc/yarp-doc/examples/bindings/
diff --git a/debian/yarp-doc.links b/debian/yarp-doc.links
new file mode 100644
index 0000000..e1b4396
--- /dev/null
+++ b/debian/yarp-doc.links
@@ -0,0 +1,2 @@
+usr/share/doc/yarp-doc usr/share/doc/yarp
+usr/share/javascript/jquery/jquery.js usr/share/doc/yarp-doc/html/jquery.js
diff --git a/debian/libyarp-doc.manpages b/debian/yarp-doc.manpages
similarity index 100%
rename from debian/libyarp-doc.manpages
rename to debian/yarp-doc.manpages

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/yarp.git



More information about the debian-science-commits mailing list