Bug#1004084: util-linux: `cal` tool is missed

2022-01-20 Thread Andy Shevchenko
Package: util-linux
Version: 2.37.2-6
Severity: important
Tags: a11y
X-Debbugs-Cc: `cal` is a standard tool that may be used in the scripts, it 
needs to be provided (or equivalent).

`cal` is a standard tool that may be used in the scripts, it needs to be 
provided (or equivalent).

-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.15.0-2-amd64 (SMP w/24 CPU threads)
Kernel taint flags: TAINT_FIRMWARE_WORKAROUND
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages util-linux depends on:
ii  libaudit1  1:3.0.6-1+b1
ii  libblkid1  2.37.2-6
ii  libc6  2.33-3
ii  libcap-ng0 0.7.9-2.2+b1
ii  libcrypt1  1:4.4.27-1.1
ii  libmount1  2.37.2-6
ii  libpam0g   1.4.0-11
ii  libselinux13.3-1+b1
ii  libsmartcols1  2.37.2-6
ii  libsystemd0250.3-1
ii  libtinfo6  6.3-2
ii  libudev1   250.3-1
ii  libuuid1   2.37.2-6
ii  zlib1g 1:1.2.11.dfsg-2

util-linux recommends no packages.

Versions of packages util-linux suggests:
ii  dosfstools  4.2-1
ii  kbd 2.3.0-3
ii  util-linux-locales  2.37.2-6

-- no debconf information



Bug#703414: new version of asciio

2017-11-07 Thread Andy Shevchenko
...because Debian maintainers are usually quite lazy? Last official
release is 1.51.3 from 2015, instead of initial version of 2008.

apt-get source asciio
...

-- 
With Best Regards,
Andy Shevchenko



Bug#539346: quick solution

2010-02-01 Thread Andy Shevchenko
As a quick solution try to apply patches from the mailing list:

http://mail.gnu.org.ua/archives/html/public/bug-renrot/threads.html


-- 
With Best Regards,
Andy Shevchenko



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#539346:

2010-01-31 Thread Andy Shevchenko
Thank you for notice. Will fix it in next releases.

-- 
With Best Regards,
Andy Shevchenko



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#539346:

2010-01-31 Thread Andy Shevchenko
Thank you for notice. Will fix it in next releases.

-- 
With Best Regards,
Andy Shevchenko



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#524476: Patch to implement this wish

2009-04-27 Thread Andy Shevchenko
-- 
With Best Regards,
Andy Shevchenko
--- debcommit.pl.orig	2008-07-18 09:01:54.0 +0300
+++ debcommit.pl	2009-04-27 11:23:30.0 +0300
@@ -87,6 +87,13 @@
 This option is set by default and ignored if more than one line of
 the message begins with "[*+-] ".
 
+=item B<--sign-commits>, B<--no-sign-commits>
+
+Append a Signed-off-by line to the commit message.
+
+By default this option is set to add the line. Currently this is only supported
+by git.
+
 =item B<--sign-tags>, B<--no-sign-tags>
 
 If this option is set, then tags that debcommit creates will be signed
@@ -197,6 +204,8 @@
--no-strip-message  Do not strip a leading '* ' (default)
--sign-tags Enable signing of tags (git only)
--no-sign-tags  Do not sign tags (default)
+   --sign-commits  Add a Signed-off-by line to the commit message (default)
+   --no-sign-commits   Do not add a Signed-off-by to the commit message (git only)
-h --help   This message
-v --versionVersion information
 
@@ -230,6 +239,7 @@
 my $all=0;
 my $stripmessage=1;
 my $signtags=0;
+my $signcommits=1;
 my $changelog="debian/changelog";
 my $keyid;
 
@@ -300,6 +310,7 @@
 		 "c|changelog=s" => \$changelog,
 		 "s|strip-message!" => \$stripmessage,
 		 "sign-tags!" => \$signtags,
+		 "sign-commits!" => \$signcommits,
 		 "R|release-use-changelog!" => \$release_use_changelog,
 		 "h|help" => sub { usage(); exit 0; },
 		 "v|version" => sub { version(); exit 0; },
@@ -448,7 +459,7 @@
 	if ($all) {
 	@files_to_commit=("-a")
 	}
-	$action_rc = action($prog, "commit", "-m", $message, @files_to_commit);
+	$action_rc = action($prog, "commit", $signcommits ? "-s" : "", "-m", $message, @files_to_commit);
 	}
 }
 elsif ($prog eq 'tla' || $prog eq 'baz') {


Bug#315485: (no subject)

2008-09-17 Thread Andy Shevchenko
Sorry, but that site is down.

Look to the following link for the patches:
http://bugzilla.redhat.com/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&version=&component=logjam&query_format=advanced&bug_status=NEW&bug_status=ASSIGNED&bug_status=NEEDINFO&bug_status=MODIFIED&bug_status=ON_DEV&bug_status=ON_QA&bug_status=VERIFIED&bug_status=FAILS_QA&bug_status=RELEASE_PENDING&bug_status=POST&bug_status=PASSES_QA&bug_status=CLOSED&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&fixed_in_type=allwordssubstr&fixed_in=&qa_whiteboard_type=allwordssubstr&qa_whiteboard=&keywords_type=allwords&keywords=&emailassigned_to1=1&emailtype1=exact&email1=&emailassigned_to2=1&emailreporter2=1&emailqa_contact2=1&emailcc2=1&emailtype2=exact&email2=andy%40smile.org.ua&bugidtype=include&bug_id=&votes=&changedin=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=

-- 
With Best Regards,
Andy Shevchenko <[EMAIL PROTECTED]>





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#315485:

2008-07-30 Thread Andy Shevchenko
Sorry, but site still down.
You can catch all proposed patches from RH bugzilla:
https://bugzilla.redhat.com/buglist.cgi?component=logjam&emailreporter2=1&emailtype2=exact&email2=andy%40smile.org.ua

-- 
With Best Regards,
Andy Shevchenko



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#315485: (no subject)

2008-05-20 Thread Andy Shevchenko
There is a patchset for logjam with the desired fix.
http://www.smile.org.ua/~andy/prj/logjam/

-- 
With Best Regards,
Andy Shevchenko <[EMAIL PROTECTED]>





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#315485:

2008-05-18 Thread Andy Shevchenko
There is a patchset for logjam with the desired fix.
http://www.smile.org.ua/~andy/prj/logjam/

-- 
With Best Regards,
Andy Shevchenko



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#402702: renrot: Extra apostrophe in man page

2006-12-14 Thread Andy Shevchenko

Chung-chieh Shan wrote:

In the renrot man page, in the description section, "it's thumbnail"
should be "its thumbnail".

Thank you.
I've fixed this and similar issues in the upstream. It would be absent 
in the next release.


--
With best regards,
Andy Shevchenko.  mailto: [EMAIL PROTECTED]




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#397577: ITP: renrot -- A program to rename and rotate files according to EXIF tags

2006-11-08 Thread Andy Shevchenko

Please, refer to this discussion.
http://lists.debian.org/debian-mentors/2006/11/msg00073.html

--
With best regards,
Andy Shevchenko.  mailto: [EMAIL PROTECTED]




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#397577: ITP: renrot -- A program to rename and rotate files according to EXIF tags

2006-11-08 Thread andy shevchenko
Package: wnpp
Severity: wishlist
Owner: Andy Shevchenko <[EMAIL PROTECTED]>

* Package name: renrot
  Version : 0.25
  Upstream Author : Zeus Panchenko <[EMAIL PROTECTED]>, Andy Shevchenko <[EMAIL 
PROTECTED]>
* URL : http://freshmeat.net/projects/renrot/
* License : GPL or Artistic
  Programming Lang: Perl
  Description : A program to rename and rotate files according to EXIF tags

 Renrot renames files according the DateTimeOriginal and FileModifyDate
 EXIF tags, if they exist. Otherwise, the name will be set according to
 the current timestamp. Additionally, it rotates files and their
 thumbnails, accordingly Orientation EXIF tag.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18.1
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]