[med-svn] [Git][med-team/pyode][master] 4 commits: Bump standards version to 4.5.0

Nilesh Patra gitlab at salsa.debian.org
Mon Apr 13 12:32:04 BST 2020



Nilesh Patra pushed to branch master at Debian Med / pyode


Commits:
262fd9e4 by Nilesh Patra at 2020-04-13T16:47:10+05:30
Bump standards version to 4.5.0

- - - - -
a7696fd1 by Nilesh Patra at 2020-04-13T16:47:51+05:30
Add myself to uploaders

- - - - -
1ba1b6d4 by Nilesh Patra at 2020-04-13T16:59:35+05:30
Add shebangs for non-executable scripts

- - - - -
2c6102c2 by Nilesh Patra at 2020-04-13T17:01:30+05:30
Add Hardening options

- - - - -


4 changed files:

- debian/control
- + debian/patches/02_add_shebang.patch
- debian/patches/series
- debian/rules


Changes:

=====================================
debian/control
=====================================
@@ -2,9 +2,9 @@ Source: pyode
 Section: python
 Priority: optional
 Maintainer: NeuroDebian Team <team at neuro.debian.net>
-Uploaders: Yaroslav Halchenko <debian at onerussian.com>, Michael Hanke <michael.hanke at gmail.com>
+Uploaders: Yaroslav Halchenko <debian at onerussian.com>, Michael Hanke <michael.hanke at gmail.com>, Nilesh Patra <npatra974 at gmail.com>
 Build-Depends: debhelper (>= 10~), dh-python, python3-all-dev, libode-dev (>=0.7), cython, python3-setuptools
-Standards-Version: 3.8.0
+Standards-Version: 4.5.0
 Homepage: http://pyode.sourceforge.net/
 Vcs-Browser: https://salsa.debian.org/neurodebian-team/pyode
 Vcs-Git: https://salsa.debian.org/neurodebian-team/pyode.git


=====================================
debian/patches/02_add_shebang.patch
=====================================
@@ -0,0 +1,24 @@
+Description: Add shebang to non-executable files.
+--- a/examples/tutorial1.py
++++ b/examples/tutorial1.py
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python3
++#!/usr/bin/python3
+ 
+ """
+     Py3ODE example 1
+--- a/examples/tutorial2.py
++++ b/examples/tutorial2.py
+@@ -1,3 +1,4 @@
++#!/usr/bin/python3
+ # ODE Demo
+ 
+ import sys
+--- a/examples/tutorial_heightmap.py
++++ b/examples/tutorial_heightmap.py
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python3
++#!/usr/bin/python3
+ 
+ """
+     Py3ODE heightmap example


=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
 01_fix_setup.patch
+02_add_shebang.patch


=====================================
debian/rules
=====================================
@@ -1,6 +1,7 @@
 #! /usr/bin/make -f
 
 #export DH_VERBOSE = 1
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 export PYBUILD_NAME = pyode
 
 %:



View it on GitLab: https://salsa.debian.org/med-team/pyode/-/compare/bf8745bd4dd5c8448f9c26a4edd2fe24b8ec8758...2c6102c2a8705746f5f0af3c293994434a888316

-- 
View it on GitLab: https://salsa.debian.org/med-team/pyode/-/compare/bf8745bd4dd5c8448f9c26a4edd2fe24b8ec8758...2c6102c2a8705746f5f0af3c293994434a888316
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200413/7d6af6d0/attachment-0001.html>


More information about the debian-med-commit mailing list