[SCM] Semidefinite relaxations solver branch, master, updated. debian/1.1-1-7-g7d66d2f

Sylvestre Ledru sylvestre.ledru at scilab.org
Sat Nov 12 12:17:54 UTC 2011


The following commit has been merged in the master branch:
commit 7d66d2f4661228733eefc6b948f2b9ec7bf1bd8f
Author: Sylvestre Ledru <sylvestre.ledru at scilab.org>
Date:   Sat Nov 12 12:35:13 2011 +0100

    Various minor changes

diff --git a/debian/changelog b/debian/changelog
index a9753f1..8e12a0a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,32 +1,3 @@
-sdp-s (1.1-3) UNRELEASED; urgency=low
-
-  *  Update copyright DEP5 latest file formats rules
-  *  Update rules files to chmod all files/directories 
-     according lintian rules...
-
- -- TUDURI Benoît <benoit.tuduri at gmail.com>  Sun, 30 Oct 2011 16:01:44 +0100
-
-sdp-s (1.1-2) UNRELEASED; urgency=low
-
-  [ Sylvestre Ledru ]
-  * Minor changes
-
-  [ benoit ]
-  * fill out Vcs-Git and Vcs-Browser fields in control file.
-
-  [ TUDURI Benoît ]
-  * debian/changelog
-
-  [ Sylvestre Ledru ]
-  * Minor changes
-
-  [ benoit ]
-  * fill out Vcs-Git and Vcs-Browser fields in control file.
-
-  [ TUDURI Benoît ]
-
- -- TUDURI Benoît <benoit.tuduri at gmail.com>  Sun, 30 Oct 2011 16:00:12 +0100
-
 sdp-s (1.1-1) unstable; urgency=low
 
   * Initial release (Closes: #641205)
diff --git a/debian/rules b/debian/rules
index 794e328..fae8a9d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,28 +5,7 @@
 
 %:
 	dh $@
+
 override_dh_auto_build:
-	chmod 0755 Object
-	chmod 0755 tools
-	chmod 0644 tools/*
-	chmod 0755 examples
-	chmod 0755 examples/MCAP
-	chmod 0644 examples/MCAP/*
-	chmod 0755 examples/QAP
-	chmod 0644 examples/QAP/*
-	chmod 0755 examples/KCLUSTER
-	chmod 0644 examples/KCLUSTER/*
-	chmod 0755 examples/PROBLEM
-	chmod 0644 examples/PROBLEM/*
-	chmod 0755 SDP_SOLVER
-	chmod 0644 SDP_SOLVER/*
-	chmod 0755 matrix
-	chmod 0644 matrix/*
-	chmod 0755 spectral
-	chmod 0644 spectral/*
-	chmod 0755 docs
-	chmod 0644 docs/*
-	chmod 0644 README
-	chmod 0644 COPYING
-	chmod 0644 Makefile
+	find examples -type f -exec chmod -x {} \;
 	dh_auto_build
diff --git a/debian/watch b/debian/watch
index cc2010e..656daa4 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,24 +1,2 @@
-# Example watch control file for uscan
-# Rename this file to "watch" and then you can run the "uscan" command
-# to check for upstream updates and more.
-# See uscan(1) for format
-
-# Compulsory line, this is a version 3 file
 version=3
-
-# Uncomment to examine a Webpage
-# <Webpage URL> <string match>
-#http://www.example.com/downloads.php sdp-s-(.*)\.tar\.gz
 http://deptinfo.cnam.fr/~roupinf/SDPS/download.html SDPS\/SDP_S.(.*)\.tgz
-
-# Uncomment to examine a Webserver directory
-#http://www.example.com/pub/sdp-s-(.*)\.tar\.gz
-
-# Uncommment to examine a FTP server
-#ftp://ftp.example.com/pub/sdp-s-(.*)\.tar\.gz debian uupdate
-
-# Uncomment to find new files on sourceforge, for devscripts >= 2.9
-# http://sf.net/sdp-s/sdp-s-(.*)\.tar\.gz
-
-# Uncomment to find new files on GooglePages
-# http://example.googlepages.com/foo.html sdp-s-(.*)\.tar\.gz

-- 
Semidefinite relaxations solver



More information about the debian-science-commits mailing list