-
Notifications
You must be signed in to change notification settings - Fork 209
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #90 from jhermann/dpkg-0.10.0
dpkg 0.10.0
- Loading branch information
Showing
5 changed files
with
37 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
include *.py README README.rst LICENSE CHANGES | ||
exclude *.pyc *.swp | ||
recursive-include debian changelog compat control copyright rules nodeenv.links | ||
include README LICENSE CHANGES AUTHORS | ||
include *.py *.rst setup.cfg Makefile | ||
|
||
graft debian | ||
prune debian/nodeenv | ||
prune debian/sdist | ||
recursive-exclude debian *.log *.substvars files |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,24 @@ | ||
nodeenv (0.10.0) unstable; urgency=low | ||
|
||
* Issue 85: Added support for config file | ||
* Issue 84: Added `nodejs` symlink creation | ||
|
||
[Eugene Kalinin] | ||
* Issue 87: Using of virtualenv detected via python not envvar | ||
* Issue 88: Fixed `freeze` for zsh | ||
|
||
-- Juergen Hermann <[email protected]> Sat, 12 Jul 2014 00:00:57 +0200 | ||
|
||
nodeenv (0.9.5+git-1479d8f) unstable; urgency=low | ||
|
||
* Issue 77: Debian packaging using dh-virtualenv | ||
* Issue 76: Try to find "nodejs" as well, when using system-wide node | ||
* Issue 76: Added "assert" for checking if system-wide node is actually found | ||
|
||
[Eugene Kalinin] | ||
* Issue 74: Fixed a few spelling typos in README | ||
* Issue 74: Fixed example of using "--update" option in README | ||
* Issue 75: Improved args passing within shim script | ||
* Issue 76: Try to find "nodejs" as well, when using system-wide node | ||
* Issue 76: Added "assert" for checking if system-wide node is actually found | ||
* Issue 71: Added "-l" option to "freeze" command | ||
|
||
-- Juergen Hermann <[email protected]> Wed, 18 Jun 2014 12:32:45 +0200 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ Source: nodeenv | |
Section: contrib/python | ||
Priority: extra | ||
Maintainer: Eugene Kalinin <[email protected]> | ||
Build-Depends: debhelper (>= 9), python, dh-virtualenv, unzip | ||
Build-Depends: debhelper (>= 9), python, dh-virtualenv, tar | ||
Standards-Version: 3.9.5 | ||
Homepage: https://github.com/ekalinin/nodeenv | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters