Skip to content

Commit 7f783bb

Browse files
committed
Merge branch 'main' of github.com:damonlynch/showinfilemanager
2 parents cc2fb16 + 7eb4ec6 commit 7f783bb

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

debian/control

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
Source: show-in-file-manager
2+
Section: python
3+
Priority: optional
4+
Maintainer: Damon Lynch <damonlynch@gmail.com>
5+
Uploaders: Damon Lynch <damonlynch@gmail.com>
6+
Build-Depends:
7+
debhelper-compat (= 13),
8+
dh-python-pep517,
9+
dh-sequence-python3,
10+
python3-all,
11+
python3-setuptools
12+
Standards-Version: 4.6.0
13+
Homepage: https://github.com/damonlynch/showinfilemanager
14+
Vcs-Git: https://github.com/damonlynch/showinfilemanager.git
15+
Vcs-Browser: https://github.com/damonlynch/showinfilemanager
16+
Rules-Requires-Root: no
17+
18+
Package: python3-showinfilemanager
19+
Architecture: all
20+
Multi-Arch: foreign
21+
Depends: ${misc:Depends}, ${python3:Depends}
22+
Description: open the system file manager and optionally select files in it. The
23+
point is not to open the files, but to select them in the file manager, thereby
24+
highlighting the files and allowing the user to quickly do something with them.
25+
.
26+
Functions when called from the command line or within a Python 3 script. Cross-
27+
platform, it supports 19 file managers, and works within the Windows Subsystem
28+
for Linux (WSL) versions 1 and 2.

debian/copyright

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2+
Upstream-Name: Show in File Manager
3+
Upstream-Contact: Damon Lynch <damonlynch@gmail.com>
4+
Source: https://github.com/damonlynch/showinfilemanager
5+
6+
Files: *
7+
Copyright: 2016-2021, Damon Lynch
8+
License: MIT
9+
10+
Files: showinfm/system/urivalidate.py
11+
Copyright: 2009-2015, Mark Nottingham
12+
License: MIT
13+
14+
Files: showinfm/system/tools.py
15+
Copyright: 2008-2021, The pip developers (code portions)
16+
2021, Damon Lynch
17+
License: MIT
18+
19+

0 commit comments

Comments
 (0)