mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-10 22:34:56 -04:00
initial commit
This commit is contained in:
commit
d3ccf0eeaf
16 changed files with 892 additions and 0 deletions
5
debian/changelog
vendored
Normal file
5
debian/changelog
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
security-misc (3:0.1-2) unstable; urgency=low
|
||||
|
||||
* Initial release.
|
||||
|
||||
-- Patrick Schleizer <adrelanos@riseup.net> Sun, 17 Aug 2014 17:56:36 +0000
|
1
debian/compat
vendored
Normal file
1
debian/compat
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
9
|
22
debian/control
vendored
Normal file
22
debian/control
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
## Copyright (C) 2012 - 2014 Patrick Schleizer <adrelanos@riseup.net>
|
||||
## See the file COPYING for copying conditions.
|
||||
|
||||
Source: security-misc
|
||||
Section: misc
|
||||
Priority: optional
|
||||
Maintainer: Patrick Schleizer <adrelanos@riseup.net>
|
||||
Build-Depends: debhelper (>= 9), faketime, genmkfile
|
||||
Homepage: https://github.com/Whonix/security-misc
|
||||
Vcs-Browser: https://github.com/Whonix/security-misc
|
||||
Vcs-Git: https://github.com/Whonix/security-misc.git
|
||||
Standards-Version: 3.9.6
|
||||
|
||||
Package: security-misc
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Description: enhances misc security settings
|
||||
- deactivates previews in Dolphin
|
||||
.
|
||||
This package only takes effect for newly created user accounts. Not for
|
||||
existing user accounts. This package is most useful to help Linux distribution
|
||||
maintainers setting divergent defaults.
|
21
debian/copyright
vendored
Normal file
21
debian/copyright
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
|
||||
Files: *
|
||||
Copyright: 2012 - 2014 Patrick Schleizer <adrelanos@riseup.net>
|
||||
License: GPL-3+
|
||||
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 program 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 full text of the GNU General Public
|
||||
License version 3 can be found in the file
|
||||
`/usr/share/common-licenses/GPL-3'.
|
6
debian/gain-root-command
vendored
Executable file
6
debian/gain-root-command
vendored
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
## Copyright (C) 2012 - 2014 Patrick Schleizer <adrelanos@riseup.net>
|
||||
## See the file COPYING for copying conditions.
|
||||
|
||||
faketime -f "2013-08-15 11:02:35" fakeroot "$@"
|
12
debian/rules
vendored
Executable file
12
debian/rules
vendored
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
## Copyright (C) 2012 - 2014 Patrick Schleizer <adrelanos@riseup.net>
|
||||
## See the file COPYING for copying conditions.
|
||||
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
||||
override_dh_installchangelogs:
|
||||
dh_installchangelogs changelog.upstream upstream
|
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
3.0 (quilt)
|
2
debian/source/lintian-overrides
vendored
Normal file
2
debian/source/lintian-overrides
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
## https://phabricator.whonix.org/T277
|
||||
debian-watch-may-check-gpg-signature
|
6
debian/watch
vendored
Normal file
6
debian/watch
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
## Copyright (C) 2012 - 2014 Patrick Schleizer <adrelanos@riseup.net>
|
||||
## See the file COPYING for copying conditions.
|
||||
|
||||
version=3
|
||||
opts=filenamemangle=s/.+\/v?(.*)\.tar\.gz/<project>-$1.tar.gz/ \
|
||||
https://github.com/Whonix/security-misc/tags .*/v?(\d[\d\.]+)\.tar\.gz
|
Loading…
Add table
Add a link
Reference in a new issue