[Python-apps-commits] r13364 - in packages/pyomo/trunk/debian (6 files)

stender at users.alioth.debian.org stender at users.alioth.debian.org
Sun Jun 26 17:10:45 UTC 2016


    Date: Sunday, June 26, 2016 @ 17:10:44
  Author: stender
Revision: 13364

the new Github tarball ships complete; restored manpage, docs, examples, rules

Added:
  packages/pyomo/trunk/debian/pyomo.examples
Modified:
  packages/pyomo/trunk/debian/changelog
  packages/pyomo/trunk/debian/pyomo.1
  packages/pyomo/trunk/debian/pyomo.docs
  packages/pyomo/trunk/debian/rules
Deleted:
  packages/pyomo/trunk/debian/NEWS

Deleted: packages/pyomo/trunk/debian/NEWS
===================================================================
--- packages/pyomo/trunk/debian/NEWS	2016-06-26 17:00:04 UTC (rev 13363)
+++ packages/pyomo/trunk/debian/NEWS	2016-06-26 17:10:44 UTC (rev 13364)
@@ -1,5 +0,0 @@
-pyomo (4.3.11388-1) unstable; urgency=medium
-
-  The examples are not shipped anymore with the upstream tarball.
-
- -- Daniel Stender <stender at debian.org>  Sun, 26 Jun 2016 18:22:10 +0200

Modified: packages/pyomo/trunk/debian/changelog
===================================================================
--- packages/pyomo/trunk/debian/changelog	2016-06-26 17:00:04 UTC (rev 13363)
+++ packages/pyomo/trunk/debian/changelog	2016-06-26 17:10:44 UTC (rev 13364)
@@ -5,15 +5,9 @@
     + added Uploaders (package now in PAPT).
     + bumped Standards-Version to 3.9.8 (no changes needed).
     + added Vcs-Svn and Browser.
-  * deb/pyomo.docs: removed RELEASE.txt (not shipped anymore).
-  * Examples are not shipped anymore:
-    + removed override for dh_fixperms in deb/rules.
-    + dropped deb/pyomo.examples.
-    + updated manpage.
-    + added deb/NEWS with info on that fact.
   * deb/watch: watch for Github tarball.
 
- -- Daniel Stender <stender at debian.org>  Sun, 26 Jun 2016 18:59:25 +0200
+ -- Daniel Stender <stender at debian.org>  Sun, 26 Jun 2016 19:04:19 +0200
 
 pyomo (4.3.11327-1) unstable; urgency=medium
 

Modified: packages/pyomo/trunk/debian/pyomo.1
===================================================================
--- packages/pyomo/trunk/debian/pyomo.1	2016-06-26 17:00:04 UTC (rev 13363)
+++ packages/pyomo/trunk/debian/pyomo.1	2016-06-26 17:10:44 UTC (rev 13364)
@@ -38,7 +38,9 @@
 .PP
 Some subcommands put out a usage synopsis when run without options, and some put out extra information when \fB--help\fP is given to them.
 .SH HELP
-For Pyomo's documentation, please see \fIhttp://www.pyomo.org/documentation/\fP.
+For Pyomo's documentation, please see \fIhttp://www.pyomo.org/documentation/\fP. A large collection
+of example models could be found in \fI/usr/share/doc/pyomo/examples/\fP. And there's a tutorial
+in \fIexamples/pyomo/tutorial\fP.
 .SH SEE ALSO
 glpsol(1), cbc(1)
 .SH AUTHORS

Modified: packages/pyomo/trunk/debian/pyomo.docs
===================================================================
--- packages/pyomo/trunk/debian/pyomo.docs	2016-06-26 17:00:04 UTC (rev 13363)
+++ packages/pyomo/trunk/debian/pyomo.docs	2016-06-26 17:10:44 UTC (rev 13364)
@@ -1 +1,2 @@
 README.txt
+RELEASE.txt
\ No newline at end of file

Added: packages/pyomo/trunk/debian/pyomo.examples
===================================================================
--- packages/pyomo/trunk/debian/pyomo.examples	                        (rev 0)
+++ packages/pyomo/trunk/debian/pyomo.examples	2016-06-26 17:10:44 UTC (rev 13364)
@@ -0,0 +1 @@
+examples/*
\ No newline at end of file

Modified: packages/pyomo/trunk/debian/rules
===================================================================
--- packages/pyomo/trunk/debian/rules	2016-06-26 17:00:04 UTC (rev 13363)
+++ packages/pyomo/trunk/debian/rules	2016-06-26 17:10:44 UTC (rev 13364)
@@ -12,3 +12,7 @@
 
 override_dh_auto_test:
 	# TODO: get tests to run
+
+override_dh_fixperms:
+	dh_fixperms
+	find $(CURDIR)/debian/pyomo/usr/share/doc/pyomo/examples -executable -type f -exec chmod 644 {} \;




More information about the Python-apps-commits mailing list