Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=5d0a38c15d8dcd783096065964efda6291277809

commit 5d0a38c15d8dcd783096065964efda6291277809
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Tue Jul 27 23:48:56 2010 +0200

updates for 1.2.3

diff --git a/Makefile b/Makefile
index 483acbf..1b40cdc 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#

-VERSION = 1.2.2
+VERSION = 1.2.3
DATE := $(shell date +%Y-%m-%d)

CFLAGS ?= -Wall -Werror -g -O2 -pipe
diff --git a/NEWS b/NEWS
index 215a313..f6455bf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
VERSION         DESCRIPTION
-----------------------------------------------------------------------------
+1.2.3         - fblint now checks for trailing newlines
+              - syncpkgdctl now has an easier-to-grep output
+              - new wipcheck tool
+              - chkdep now really tries to remove duplicated depenencies
1.2.2         - repoman info no longer ignores infos inherited using Finclude
- repoman now supports ssh tunnels
- repoman: new 'ci' subcommand
diff --git a/chkdep b/chkdep
index 77d9980..4902246 100755
--- a/chkdep
+++ b/chkdep
@@ -1,10 +1,25 @@
#!/usr/bin/env python
-
-__author__ = "Miklos Vajna <vmik...@frugalware.org>, Marcus Habermehl 
<bmh198...@yahoo.de>"
-__version__ = "0.8.8"
-__date__ = "Fri, 20 Apr 2007 21:43:12 +0200"
-__copyright__ = "Copyright (c) 2007 Miklos Vajna, Marcus Habermehl"
-__license__ = "GPL"
+#
+#   chkdep
+#
+#   Copyright (c) 2007, 2010 by Miklos Vajna <vmik...@frugalware.org>
+#   Copyright (c) 2007 by Marcus Habermehl <bmh198...@yahoo.de>
+#
+#   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 2 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, write to the Free Software
+#   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+#   USA.
+#

import tarfile, tempfile, shutil, os, stat, re, pacman, getopt, sys
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to