[Python-apps-commits] r13362 - in packages/pyomo/trunk/debian (5 files)

stender at users.alioth.debian.org stender at users.alioth.debian.org
Sun Jun 26 16:22:52 UTC 2016


    Date: Sunday, June 26, 2016 @ 16:22:50
  Author: stender
Revision: 13362

examples are not shipped anymore

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

Added: packages/pyomo/trunk/debian/NEWS
===================================================================
--- packages/pyomo/trunk/debian/NEWS	                        (rev 0)
+++ packages/pyomo/trunk/debian/NEWS	2016-06-26 16:22:50 UTC (rev 13362)
@@ -0,0 +1,5 @@
+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 16:13:08 UTC (rev 13361)
+++ packages/pyomo/trunk/debian/changelog	2016-06-26 16:22:50 UTC (rev 13362)
@@ -6,8 +6,13 @@
     + 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.
 
- -- Daniel Stender <stender at debian.org>  Sun, 26 Jun 2016 18:11:54 +0200
+ -- Daniel Stender <stender at debian.org>  Sun, 26 Jun 2016 18:21:49 +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 16:13:08 UTC (rev 13361)
+++ packages/pyomo/trunk/debian/pyomo.1	2016-06-26 16:22:50 UTC (rev 13362)
@@ -38,9 +38,7 @@
 .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. 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.
+For Pyomo's documentation, please see \fIhttp://www.pyomo.org/documentation/\fP.
 .SH SEE ALSO
 glpsol(1), cbc(1)
 .SH AUTHORS

Deleted: packages/pyomo/trunk/debian/pyomo.examples
===================================================================
--- packages/pyomo/trunk/debian/pyomo.examples	2016-06-26 16:13:08 UTC (rev 13361)
+++ packages/pyomo/trunk/debian/pyomo.examples	2016-06-26 16:22:50 UTC (rev 13362)
@@ -1 +0,0 @@
-examples/*
\ No newline at end of file

Modified: packages/pyomo/trunk/debian/rules
===================================================================
--- packages/pyomo/trunk/debian/rules	2016-06-26 16:13:08 UTC (rev 13361)
+++ packages/pyomo/trunk/debian/rules	2016-06-26 16:22:50 UTC (rev 13362)
@@ -12,7 +12,3 @@
 
 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