-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
111 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
e-module-places (0.0.1-1) bionic; urgency=medium | ||
|
||
* Initial release | ||
|
||
-- Robert Wiley <[email protected]> Mon, 23 Sep 2019 09:53:45 -0400 |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
10 |
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Source: e-module-places | ||
Section: x11 | ||
Priority: optional | ||
Maintainer: Robert Wiley <[email protected]> | ||
Build-Depends: debhelper (>= 10), autotools-dev, libefl-dev (>=1.20.7), udisks2, e23 | ||
Standards-Version: 4.1.2 | ||
Homepage: https://git.enlightenment.org/enlightenment/modules/places.git/about/ | ||
#Vcs-Git: https://anonscm.debian.org/git/collab-maint/places.git | ||
#Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/places.git | ||
|
||
Package: e-module-places | ||
Architecture: any | ||
Depends: ${shlibs:Depends}, ${misc:Depends}, libefl (>=1.20.7), udisks2, e23 | ||
Description: Enlightenment Places Module | ||
The places module shows all the filesystem devices attached to the system with | ||
some information (total space and free space) plus the addition to | ||
unmount/eject the device. Clicking on the volume icon will open the device in | ||
the filemanager (and mount it if necessary). | ||
. | ||
The module also add a new menu in the enlightenment main menu. |
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 |
---|---|---|
@@ -0,0 +1,56 @@ | ||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ | ||
Upstream-Name: extra | ||
Source: https://www.enlightenment.org/ | ||
|
||
Files: * | ||
Copyright: © 2019 Davide Andreoli <[email protected]> | ||
License: Expat | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to | ||
deal in the Software without restriction, including without limitation the | ||
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or | ||
sell copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
. | ||
The above copyright notice and this permission notice shall be included in | ||
all copies of the Software and its Copyright notices. In addition publicly | ||
documented acknowledgment must be given that this software has been used if no | ||
source code of this software is made available publicly. Making the source | ||
available publicly means including the source for this software with the | ||
distribution, or a method to get this software via some reasonable mechanism | ||
(electronic transfer via a network or media) as well as making an offer to | ||
supply the source on request. This Copyright notice serves as an offer to | ||
supply the source on on request as well. Instead of this, supplying | ||
acknowledgments of use of this software in either Copyright notices, Manuals, | ||
Publicity and Marketing documents or any documentation provided with any | ||
product containing this software. This License does not apply to any software | ||
that links to the libraries provided by this software (statically or | ||
dynamically), but only to the software provided. | ||
. | ||
Please see the COPYING-PLAIN for a plain-english explanation of this notice | ||
and its intent. | ||
. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL | ||
THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER | ||
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN | ||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
|
||
Files: debian/* | ||
Copyright: 2019 Bodhi Linux <[email protected]> | ||
License: GPL-3.0+ | ||
This program is free software: you can redistribute it and/or modify it under | ||
the terms of the GNU General Public License as published by the Free Software | ||
Foundation, either version 3 of the License, or (at your option) any later | ||
version. | ||
. | ||
This package is distributed in the hope that it will be useful, but WITHOUT ANY | ||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A | ||
PARTICULAR PURPOSE. See the GNU General Public License for more details. | ||
. | ||
You should have received a copy of the GNU General Public License along with | ||
this program. If not, see <http://www.gnu.org/licenses/>. | ||
. | ||
On Debian systems, the complete text of the GNU General Public License version | ||
3 can be found in "/usr/share/common-licenses/GPL-3". |
5 changes: 5 additions & 0 deletions
5
enlightenment/places-module/debian/e-module-places.lintian-overrides
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
e-module-places: new-package-should-close-itp-bug | ||
e-module-places: dir-in-usr-local | ||
e-module-places: file-in-usr-local | ||
e-module-places: file-in-unusual-dir | ||
e-module-places: non-empty-dependency_libs-in-la-file |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
#!/usr/bin/make -f | ||
# See debhelper(7) (uncomment to enable) | ||
# output every command that modifies files on the build system. | ||
#export DH_VERBOSE = 1 | ||
|
||
|
||
# see FEATURE AREAS in dpkg-buildflags(1) | ||
#export DEB_BUILD_MAINT_OPTIONS = hardening=+all | ||
|
||
# see ENVIRONMENT in dpkg-buildflags(1) | ||
# package maintainers to append CFLAGS | ||
#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic | ||
# package maintainers to append LDFLAGS | ||
#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed | ||
|
||
|
||
%: | ||
dh $@ | ||
|
||
|
||
override_dh_usrlocal: | ||
@echo dh_usrlocal disabled | ||
|
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
3.0 (quilt) |