cvsd commit: MODIFIED: ., . ...
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
cvsd commit: MODIFIED: ., . ...
- From: Commits of the cvsd project <cvsd-commits [at] lists.arthurdejong.org>
- To: cvsd-commits [at] lists.arthurdejong.org
- Reply-to: cvsd-users [at] lists.arthurdejong.org, cvsd-commits [at] lists.arthurdejong.org
- Subject: cvsd commit: MODIFIED: ., . ...
- Date: Sat, 9 Nov 2024 19:09:33 +0100 (CET)
User: arthur
Date: 24/11/09 19:09:33
Modified: . .cvsignore Makefile.am
Log:
bump debhelper compatibility to 13 (thanks ??????)
Revision Changes Path
1.17 +3 -2 cvsd/.cvsignore
Index: .cvsignore
===================================================================
RCS file: /home/arthur/devel/repos/cvsd/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- .cvsignore 23 Dec 2010 15:58:17 -0000 1.16
+++ .cvsignore 9 Nov 2024 18:09:33 -0000 1.17
@@ -15,10 +15,11 @@
.deps
Makefile
cvsd_*.dsc
-cvsd_*.tar.gz
+cvsd-dbgsym_*_*.deb
+cvsd_*.tar.*
cvsd_*_*.changes
cvsd_*_*.deb
-cvsd_*_*.build
+cvsd_*_*.build*
cvsd-buildroot
confdefs.h
cvsd-buildroot.8
1.63 +2 -2 cvsd/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /home/arthur/devel/repos/cvsd/Makefile.am,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -b -r1.62 -r1.63
--- Makefile.am 7 Aug 2011 21:11:37 -0000 1.62
+++ Makefile.am 9 Nov 2024 18:09:33 -0000 1.63
@@ -1,6 +1,6 @@
# Makefile.am - use automake to generate Makefile.in
# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
-# 2010, 2011 Arthur de Jong
+# 2010, 2011, 2024 Arthur de Jong
#
# 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
@@ -37,7 +37,7 @@
debian/postinst debian/postrm debian/copyright \
debian/config debian/templates debian/cvsd.init \
debian/cvsd.bug-script debian/lintian-overrides \
- debian/compat debian/source/format \
+ debian/source/format \
debian/po/POTFILES.in \
debian/po/templates.pot \
$(wildcard debian/po/*.po) \
Modified: . control
Removed: . compat
Log:
bump debhelper compatibility to 13 (thanks ??????)
Revision Changes Path
1.43 +3 -2 cvsd/debian/control
Index: control
===================================================================
RCS file: /home/arthur/devel/repos/cvsd/debian/control,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -b -r1.42 -r1.43
--- control 4 Mar 2012 20:08:58 -0000 1.42
+++ control 9 Nov 2024 18:09:33 -0000 1.43
@@ -2,7 +2,7 @@
Section: vcs
Priority: optional
Maintainer: Arthur de Jong <adejong@debian.org>
-Build-Depends: debhelper (>= 9), po-debconf
+Build-Depends: debhelper-compat (= 13), po-debconf
Standards-Version: 3.9.3
Homepage: http://arthurdejong.org/cvsd/
Vcs-Cvs: :pserver:anonymous@arthurdejong.org:/arthur/
@@ -10,7 +10,8 @@
Package: cvsd
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, cvs, adduser, lsb-base (>= 3.0-6)
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, cvs, adduser
Suggests: perl, tmpreaper
Description: chroot wrapper to run 'cvs pserver' more securely
cvsd is a wrapper program for cvs in pserver mode. it will run 'cvs pserver'
- cvsd commit: MODIFIED: ., . ...,
Commits of the cvsd project