[Pkg-privacy-commits] [libgsecuredelete] branch master created (now 06eb675)
Ulrike Uhlig
u-guest at moszumanska.debian.org
Thu Jul 7 20:06:31 UTC 2016
This is an automated email from the git hooks/post-receive script.
u-guest pushed a change to branch master
in repository libgsecuredelete.
at 06eb675 hand over package to pkg-privacy team
This branch includes the following new commits:
new e216269 First checkin.
new ca67bf7 Added a generic asynchronous spawning class and used it.
new c2cd2e2 Added a rudimentary implementation of FillOperation.
new 0474811 Added .gitignore
new 10fdb61 Add a pkg-config file.
new 1f8a340 Improved the documentation.
new cd78c8d Fixed crash of the run_sync() method.
new 1e0b027 Hide stdout of the subprocess on run_sync().
new cc8e6c4 Improve documentation.
new c9ce45f Added license.
new c9df31c Removed the TODO for synchronous operations.
new 127c053 Added a cleanup() private method to be overriden by implementations.
new 4bcd28f Added a cleanup of files to remove after remove.
new 512470c Moved progress file parsing out of DeleteOperation.
new 8a5b80b Actually implement FillOperation.
new 27bc708 Made all abtract and virtual methods protected instead of private.
new 1616894 Added another base class for all SecureDelete operators.
new 1382b6d Make use of the new SecureDeleteOperation base class.
new 050d1f8 Added paths as a public gettable property.
new f52c468 Made build_args() return a list of strings instead of an array.
new ff74d51 Added a generic property for the security mode.
new 06eaaa3 Use the new generic mode in DeleteOperation and FillOperation.
new d1372ea Added first attempt to implement smem.
new 36075af Add support for specific wiping mode.
new c4d2384 Fixed mode checking in get_argument_for_mode()
new ed04eee Move modes inside class namespace.
new a845d83 Added support for -z switch.
new b062400 Add support for SwapOperation (sswap).
new ca523a1 Fixed progression for VERY_*FAST modes.
new f4dd366 Updated test application.
new 147f5dd Use signal name instead of signal value.
new 909aee3 Enable automake 1.11 silent rules.
new 5aea01a Striped "lib" prefix from the vapi and the header.
new 9c9458f Rename namespace from SecureDelete to Gsd.
new 7909426 Improved documentation.
new 4029dab Fixed some errors on comments and documentation strings.
new 7f8642b Documentation updates & fixes.
new 0c0f693 Added some info about the coding style.
new 7631765 Added a TODO-list with the current issues.
new 1c43acf No need to recreate MainLoop on run().
new 68c6eaf Properly set and unset the busy flag.
new 217a8f5 Properly read subprocess' error output on failure.
new 7ff6a7f Use absolute paths rather than searching the PATH for sub-commands.
new 381d96c Fix typos in docs and correct a little some parts.
new ea32b3a Drop hard-coded Posix.WNOHANG value.
new 1764c1d Fix build with vala 0.7.10.
new 636ec99 Split -f from -l and -ll.
new ea06ddf Fill-in TODO list
new c69fd4f Partial fix for progression when deleting directories
new 19d0123 Fix for progress of Gsd.DeleteOperation
new 7aebe83 Performances improvement in count_files()
new 92d6dd6 Add missing AUTHORS, INSTALL and README
new e0f6214 Split check for libraries
new 4eac399 Enhance count of files to work on
new e46a043 Add ability to cancel the operations
new 6b3c72d Fix deletion of empty directories
new beccbdd Allow subclasses to override get_subprocess_error_msg()
new bb51a83 Fix delete-operation error message on some failure scenarios
new 8e39048 Better uniformity in reported error message
new 048fa38 Better uniformity in reported error message (completion to 8e39048)
new 1b60886 Small configure.ac cleanup
new 4d44da1 Set our own log domain
new 9270afb Fix build with Valac 0.12
new 1f29351 Add explicit libtool version information (no actual version changes)
new 62fe214 Update copyright information
new 66bd8ae Fix build when launching make for the first time
new fa66126 Rewrite a bit argument building
new c58ad95 Make utils module private
new ecfeed3 Rename AX_PATH_PROG to GSD_PATH_PROG and move it to its own .m4
new ce31d8f Update .gitignore
new 12aaec2 Fix distribution of config.vapi
new 8bdd4be Tighten dependency on valac to 0.11.1 and cleanup the code accordingly
new d61e1cb Update README to reflect valac 0.11.1 dependency
new 80cac0a Fix the documentation to follow ValaDoc format
new b6e317f Build and install the documentation
new c40dd36 Remove watch_interval argument from run() methods
new 659bd2e Rename files to follow class name
new c091901 Don't use exceptions when assertions should be used
new 10dab44 Rename AsyncOperation.build_environ() to AsyncOperation.build_env()
new 87f4bea Fix srcdir check after recent renames (oops)
new fb2fb0b Fix documentation VPATH builds
new b8f7f35 Add missing NEWS file
new 5d116f7 Distribute HACKING and explicitly distribute TODO, COPYING, etc
new 5700fe0 List secure-delete as a run-time dependency
new aaab56b Fix a typo
new b3bb255 Make README proper ReST
new 1732c74 Add quick installation instructions in the README
new 1c7e770 Set release date
new 5ab2882 Import initial Debian packaging.
new 402c9c5 Update maintainer's email.
new 061a43b Merge commit 'upstream/libgsecuredelete_0.1'
new fc33dc1 Imported Upstream version 0.1
new 86d3a82 Simplify versionned dependency.
new e25d8a3 Rework short description to be more correct.
new 4f43dad Fix versionned dependency from the -dev package on the shared library.
new a55350d Import symbols file generated by dpkg-gensymbols.
new 589005f Bump debhelper compatibility level to v8.
new 2a0844e More complete copyright notice.
new 90b9e02 Bump standards version, no change needed.
new e46701e Set myself as the Maintainer, update email address wherever needed.
new e246c92 Add watch file.
new af43a14 Close ITP, release to unstable.
new 78403f9 Add explicit dependency from the -dev package on libc-dev.
new fe68de8 Fix my name.
new 4e4a67d Update Vcs-* control fields: packaging repo was moved to collab-maint.
new 4f22179 Add Lintian overrides for false positives.
new bd7ff8c Update changelog for upcoming 0.1-2
new 7f5e563 Release libgsecuredelete (0.1-2) to Debian unstable.
new 83cddef Imported Debian patch 0.1-2
new 848f82c Set my email address to my shiny new @debian.org one.
new 7e809ec Use dpkg-buildflags instead of hardening-wrapper.
new e936570 Releasing libgsecuredelete (0.1-3) to Debian unstable.
new e402857 Update specification URL in debian/copyright.
new 7afc8d4 Bump Standards-Version to 3.9.3, no change required.
new e433e03 Fix a small typo in the documentation
new 2b06013 Fix delete operation progress
new 5700010 Workaround missing support for filesystem file size limit in `sfill`
new 0950aab Perform all operations in the temp directory
new df59d6a Fix termination by signal in the `sfill` wrapper
new 4cea557 Always use /dev/zero as the fake data source in the `sfill` wrapper
new 760fc64 Honor silent building when generating `sfill` helper script
new 9abb854 sfill wrapper: always launch the real `sfill`
new 9b0574a Upgrade to Vala 0.14.2
new 4f5d264 Properly mark an argument as defaulting to null
new 3dad563 Stop using deprecated API
new 3156521 sfill wrapper: try becoming root to also wipe the reserved space
new 47c7b3f sfill wrapper: reorder functions a little for better style
new cd04a8e sfill wrapper: properly report missing `sfill` and `srm` programs
new 10466f2 sfill wrapper: Don't require root privileges for FAT
new cbc2b0b Add initial NEWS for upcoming release 0.2
new f9e9ed4 sfill wrapper: Don't leave a temporary directory when becoming root
new 8f367e4 Add a few TODOs
new e57400e Add workaround testing procedure
new 566cdc6 Merge branch 'sfill-workaround'
new 7b8e7b2 Add missing NEWS items
new e04ba2f Fix valac version in README
new a809fed Document gsd-sfill-helper in HACKING
new 652d3da Pre-release version bump
new 083aefe Set release date
new 1990b7c Merge tag '0.2' into upstream
new 076b9c6 Imported Upstream version 0.2
new e248f69 Merge tag 'upstream/libgsecuredelete_0.2'
new 8875814 Install gsd-sfill-helper in /usr/lib/libgsecuredelete0/libexec/.
new 415af42 Add copyright information for new file.
new 567672f Releasing libgsecuredelete (0.2-1) to Debian unstable
new 78cb8b2 Invoke dh_install with --fail-missing, and explicitly exclude .la files.
new 3391cd3 Use dh-autoreconf to get new libtool macros for ppc64el. Thanks to Logan Rosen <logan at ubuntu.com> for the patch.
new dd1815d Drop override for buggy Lintian warning that was fixed since then.
new 8b4f253 Reformat debian/control with cme.
new fb97e78 Declare compliance with standards 3.9.5.
new 3b8cf42 Add OpenPGP signature checking support to debian/watch.
new 6d9964b Imported Upstream version 0.2.1
new c2ee2e2 Merge tag 'upstream/libgsecuredelete_0.2.1'
new 7e61643 Use canonical URL for Vcs-Git.
new 55a8d5f Have libgsecuredelete-dev depend on a real package first, that is libc6-dev | libc-dev.
new 2d1cce2 libgsecuredelete (0.2.1-1)
new 59388e8 Add Recommends from libgsecuredelete0 on policykit-1: pkexec is needed for the fill operation to obtain root privileges on non-FAT FS.
new b4d2991 Move upstream signing key to the place uscan now looks for it.
new 39afd6b Ship armored upstream OpenPGP key instead of binary one, accordingly drop debian/source/include-binaries.
new 45389a8 Disable automake silent rules.
new 5cc6a16 libgsecuredelete (0.2.1-2)
new 444c4ed Bump debhelper compatibility level to 9.
new 5b26853 debian/*.install: adjust to multiarch paths.
new 209a8b0 Drop manual disabling of automake silent rules: debhelper now does this automatically.
new 8669a95 Declare compliance with Standards-Version 3.9.8.
new 7a013e0 Vcs-* and Homepage control fields, debian/copyright: use https:// canonical URLs.
new 6a2d0c7 libgsecuredelete (0.2.1-3)
new 06eb675 hand over package to pkg-privacy team
The 168 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/libgsecuredelete.git
More information about the Pkg-privacy-commits
mailing list