Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
ebf131aad9 | |||
361db966ec | |||
f7dba914a3 | |||
b5df2532bb |
@ -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/
|
||||
|
2
cpython
2
cpython
@ -1 +1 @@
|
||||
Subproject commit 1bf9cc509326bc42cd8cb1650eb9bf64550d817e
|
||||
Subproject commit 4cf1f54eb764f856fda5a394d8598c0c90d69d77
|
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -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
4
debian/control
vendored
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user