[Python-apps-commits] r12388 - in packages/bleachbit/trunk/debian (7 files)

hle at users.alioth.debian.org hle at users.alioth.debian.org
Tue Sep 22 16:54:50 UTC 2015


    Date: Tuesday, September 22, 2015 @ 16:54:49
  Author: hle
Revision: 12388

Refresh manpage, make patches DEP3 compliant.

Modified:
  packages/bleachbit/trunk/debian/bleachbit.1
  packages/bleachbit/trunk/debian/changelog
  packages/bleachbit/trunk/debian/control
  packages/bleachbit/trunk/debian/patches/firefox_profiles.patch
  packages/bleachbit/trunk/debian/patches/gnomevfs.patch
  packages/bleachbit/trunk/debian/patches/local_cleaners_dir.patch
  packages/bleachbit/trunk/debian/patches/no_update.patch

Modified: packages/bleachbit/trunk/debian/bleachbit.1
===================================================================
--- packages/bleachbit/trunk/debian/bleachbit.1	2015-09-22 09:54:02 UTC (rev 12387)
+++ packages/bleachbit/trunk/debian/bleachbit.1	2015-09-22 16:54:49 UTC (rev 12388)
@@ -1,10 +1,9 @@
-.TH bleachbit 1 2013-11-24 "bleachbit"
+.TH BLEACHBIT "1" "September 2015" "bleachbit " "User Commands"
 .SH NAME
 bleachbit \- Delete unnecessary files from the system
 .SH SYNOPSIS
-.B bleachbit\fR
-.TP
-.B bleachbit\fR [\fIoptions\fR] cleaner.option1 [cleaner.option2 ...]
+.B bleachbit
+[\fIoptions\fR] cleaner.option1 [cleaner.option2 ...]
 .SH DESCRIPTION
 BleachBit deletes unnecessary files to free valuable disk space,
 maintain privacy, and remove junk. Rid your system of old clutter
@@ -15,27 +14,41 @@
 This is the command line interface for BleachBit.
 .SH OPTIONS
 .TP
-.B -c, --clean\fR\t\t run cleaners
+\fB\-h\fR, \fB\-\-help\fR
+show this help message and exit
 .TP
-.B -l, --list-cleaners\fR\t list cleaners
+\fB\-l\fR, \fB\-\-list\-cleaners\fR
+list cleaners
 .TP
-.B -o, --overwrite\fR\t overwrite files to hide contents
+\fB\-c\fR, \fB\-\-clean\fR
+run cleaners to delete files and make other permanent
+changes
 .TP
-.B -p, --preview\fR\t\t preview files to be deleted and other changes
+\fB\-\-debug\-log\fR=\fI\,DEBUG_LOG\/\fR
+log debug messages to file
 .TP
-.B -s, --shred\fR\t\t shred specific files or folders
+\fB\-s\fR, \fB\-\-shred\fR
+shred specific files or folders
 .TP
-.B --gui\fR\t\t\t launch the graphical interface
+\fB\-\-sysinfo\fR
+show system information
 .TP
-.B --preset\fR\t\t\t use options set in the graphical interface
+\fB\-\-gui\fR
+launch the graphical interface
 .TP
-.B --sysinfo\fR\t\t\t show system information
+\fB\-p\fR, \fB\-\-preview\fR
+preview files to be deleted and other changes
 .TP
-.B -v, --version\fR\t\t output version information and exit
+\fB\-\-preset\fR
+use options set in the graphical interface
 .TP
-.B -h, --help\fR\t\t show this help message and exit
+\fB\-v\fR, \fB\-\-version\fR
+output version information and exit
+.TP
+\fB\-o\fR, \fB\-\-overwrite\fR
+overwrite files to hide contents
 .SH COPYRIGHT
-This manual page is Copyright © 2009-2013 Luca Falavigna <dktrkranz at debian.org>.
+This manual page is Copyright © 2015 Hugo Lefeuvre <hle at debian.org>.
 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU General Public License, Version 3 or any later
 version published by the Free Software Foundation.

Modified: packages/bleachbit/trunk/debian/changelog
===================================================================
--- packages/bleachbit/trunk/debian/changelog	2015-09-22 09:54:02 UTC (rev 12387)
+++ packages/bleachbit/trunk/debian/changelog	2015-09-22 16:54:49 UTC (rev 12388)
@@ -4,14 +4,18 @@
   * debian/control:
     - Use https protocol for Vcs-Browser.
     - Add dh-python to Build-Depends.
+    - Remove useless 'XS-Testsuite: autopkgtest' field.
   * debian/copyright, debian/control:
     - Change the Maintainer's e-mail address.
   * debian/patches:
     - Refresh patches for new usptream release.
+    - Make patches DEP3 compliant.
   * debian/watch, debian/upstream:
     - Verify upstream releases using its public key.
+  * debian/bleachbit.1:
+    - Refresh manpage for new upstream release.
 
- -- Hugo Lefeuvre <hle at debian.org>  Sun, 20 Sep 2015 11:53:40 +0200
+ -- Hugo Lefeuvre <hle at debian.org>  Tue, 22 Sep 2015 12:33:38 +0200
 
 bleachbit (1.8-1) unstable; urgency=low
 

Modified: packages/bleachbit/trunk/debian/control
===================================================================
--- packages/bleachbit/trunk/debian/control	2015-09-22 09:54:02 UTC (rev 12387)
+++ packages/bleachbit/trunk/debian/control	2015-09-22 16:54:49 UTC (rev 12388)
@@ -12,7 +12,6 @@
 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/bleachbit/trunk/
 Vcs-Browser: https://anonscm.debian.org/viewsvn/python-apps/packages/bleachbit/trunk/
 Homepage: http://bleachbit.sourceforge.net
-XS-Testsuite: autopkgtest
 
 Package: bleachbit
 Architecture: all

Modified: packages/bleachbit/trunk/debian/patches/firefox_profiles.patch
===================================================================
--- packages/bleachbit/trunk/debian/patches/firefox_profiles.patch	2015-09-22 09:54:02 UTC (rev 12387)
+++ packages/bleachbit/trunk/debian/patches/firefox_profiles.patch	2015-09-22 16:54:49 UTC (rev 12388)
@@ -1,4 +1,8 @@
-Enables cleaning profiles again by changing the cleaning procedure back to the last version.
+Description: Enables cleaning profiles again by changing the cleaning procedure back to the last version.
+Origin: Debian 
+Forwarded: not-needed
+Last-Update: 2015-08-18
+---
 --- a/bleachbit/Cleaner.py	2015-08-18 14:22:34.635145789 +0200
 +++ b/bleachbit/Cleaner.py	2015-08-18 14:22:34.631145816 +0200
 @@ -214,7 +214,7 @@

Modified: packages/bleachbit/trunk/debian/patches/gnomevfs.patch
===================================================================
--- packages/bleachbit/trunk/debian/patches/gnomevfs.patch	2015-09-22 09:54:02 UTC (rev 12387)
+++ packages/bleachbit/trunk/debian/patches/gnomevfs.patch	2015-09-22 16:54:49 UTC (rev 12388)
@@ -2,7 +2,7 @@
 Origin: Debian
 Bug-Debian: http://bugs.debian.org/605555
 Forwarded: https://launchpad.net/bugs/708898
-
+---
 --- a/bleachbit/Unix.py	2015-08-18 14:22:34.511146628 +0200
 +++ b/bleachbit/Unix.py	2015-08-18 14:22:34.507146655 +0200
 @@ -36,18 +36,11 @@

Modified: packages/bleachbit/trunk/debian/patches/local_cleaners_dir.patch
===================================================================
--- packages/bleachbit/trunk/debian/patches/local_cleaners_dir.patch	2015-09-22 09:54:02 UTC (rev 12387)
+++ packages/bleachbit/trunk/debian/patches/local_cleaners_dir.patch	2015-09-22 16:54:49 UTC (rev 12388)
@@ -2,7 +2,7 @@
 Origin: Debian
 Bug-Debian: http://bugs.debian.org/565359
 Forwarded: not-needed
-
+---
 --- a/bleachbit/Common.py	2015-08-18 14:22:34.387147468 +0200
 +++ b/bleachbit/Common.py	2015-08-18 14:22:34.387147468 +0200
 @@ -108,8 +108,7 @@

Modified: packages/bleachbit/trunk/debian/patches/no_update.patch
===================================================================
--- packages/bleachbit/trunk/debian/patches/no_update.patch	2015-09-22 09:54:02 UTC (rev 12387)
+++ packages/bleachbit/trunk/debian/patches/no_update.patch	2015-09-22 16:54:49 UTC (rev 12388)
@@ -1,7 +1,7 @@
 Description: Do not check for updates on the Internet, updates will be provided via repositories.
 Origin: Debian
 Forwarded: not-needed
-
+---
 --- a/bleachbit/Common.py	2015-08-18 14:22:34.263148307 +0200
 +++ b/bleachbit/Common.py	2015-08-18 14:22:34.263148307 +0200
 @@ -44,7 +44,7 @@




More information about the Python-apps-commits mailing list