Compare commits

...

4 Commits

Author SHA1 Message Date
dave ebf131aad9 test commit 2018-11-01 21:14:08 -07:00
dave 361db966ec Fixes 2018-10-31 11:37:53 -07:00
dave f7dba914a3 Set version 2018-10-18 22:12:06 -07:00
dave b5df2532bb Initial commit - python v3.7.0 2018-10-18 22:12:06 -07:00
4 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
# export PATH=$PATH:/usr/bin
#export PATH=$PATH:/usr/bin
time dpkg-buildpackage -us -uc -b
@ -8,4 +8,4 @@ ls -la ../
mkdir -p ./out
mv ../*.buildinfo ../*.changes ../*.deb
mv ../*.buildinfo ../*.changes ../*.deb ./out/

@ -1 +1 @@
Subproject commit 1bf9cc509326bc42cd8cb1650eb9bf64550d817e
Subproject commit 4cf1f54eb764f856fda5a394d8598c0c90d69d77

4
debian/changelog vendored
View File

@ -1,5 +1,5 @@
extpython-python3.7 (3.7.0) unstable; urgency=low
extpython-python3.6 (3.6.0) unstable; urgency=low
* Initial release
-- Dave Pedu <dave@davepedu.com> Wed, 17 OPct 2018 22:08:15 -0800
-- Dave Pedu <dave@davepedu.com> Wed, 17 Oct 2018 22:08:15 -0800

4
debian/control vendored
View File

@ -1,4 +1,4 @@
Source: extpython-python3.7
Source: extpython-python3.6
Section: unknown
Priority: optional
Maintainer: ubuntu <ubuntu@unknown>
@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 8.0.0)
Standards-Version: 3.9.4
Homepage: <insert the upstream URL, if relevant>
Package: extpython-python3.7
Package: extpython-python3.6
Architecture: amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: <insert up to 60 chars description>