TRANSITION-CHECK(1)TRANSITION-CHECK(1)NAME
transition-check - check a package list for involvement in transitions
SYNOPSIS
transition-check --help|--version
transition-check [-f|--filename=FILENAME] [source package list]
DESCRIPTION
transition-check checks whether any of the listed source packages are involved in a transition for which uploads to unstable are currently
blocked.
If neither a filename nor a list of packages is supplied, transition-check will use the source package name from debian/control.
OPTIONS -f, --filename=filename
Read a source package name from filename, which should be a Debian package control file or .changes file, and add that package to the
list of packages to check.
EXIT STATUS
The exit status indicates whether any of the packages examined were found to be involved in a transition.
0 Either --help or --version was used, or none of the packages examined was involved in a transition.
1 At least one package examined is involved in a current transition.
LICENSE
This code is copyright by Adam D. Barratt <adam@adam-barratt.org.uk>, all rights reserved.
This program comes with ABSOLUTELY NO WARRANTY. You are free to redistribute this code under the terms of the GNU General Public License,
version 2 or later.
AUTHOR
Adam D. Barratt <adam@adam-barratt.org.uk>
Debian Utilities 2013-12-23 TRANSITION-CHECK(1)
Check Out this Related Man Page
TRANSITION-CHECK(1)TRANSITION-CHECK(1)NAME
transition-check - check a package list for involvement in transitions
SYNOPSIS
transition-check --help|--version
transition-check [-f|--filename=FILENAME] [source package list]
DESCRIPTION
transition-check checks whether any of the listed source packages are involved in a transition for which uploads to unstable are currently
blocked.
If neither a filename nor a list of packages is supplied, transition-check will use the source package name from debian/control.
OPTIONS -f, --filename=filename
Read a source package name from filename, which should be a Debian package control file or .changes file, and add that package to the
list of packages to check.
EXIT STATUS
The exit status indicates whether any of the packages examined were found to be involved in a transition.
0 Either --help or --version was used, or none of the packages examined was involved in a transition.
1 At least one package examined is involved in a current transition.
LICENSE
This code is copyright by Adam D. Barratt <adam@adam-barratt.org.uk>, all rights reserved.
This program comes with ABSOLUTELY NO WARRANTY. You are free to redistribute this code under the terms of the GNU General Public License,
version 2 or later.
AUTHOR
Adam D. Barratt <adam@adam-barratt.org.uk>
Debian Utilities 2013-12-23 TRANSITION-CHECK(1)
Hi All,
I want to check if the perl DBI package is already installed my AIX unix machine. is there any command to check this? Please help.
Thanks,
Am (2 Replies)
Hi All.
I have a package discreibed down.
CREATE OR REPLACE PACKAGE BODY IRISCOS_REFRESH_pkg AS
PROCEDURE IRISCOS IS
CURSOR cur_pci(c_myear number)
IS
Select cstc.cid, cstc.elid, p.first_name,p.last_name,p.email_id ,pl.plan_name, ptc.chair_id
from
person p, person_to_chair ptc,... (7 Replies)
Hello
I want to compare values of two variables as CHECK condition in a while loop.
eg:
var1=0
var2=10
while
do
echo " $var1 "
var1=`expr $var1 + 1`
done
However this is giving error.How to do it in a proper manner?
Thanks. (3 Replies)
Hi All,
Have a few doubts on SMIT.
1. Is SMIT available in seperate packages if it is not installed by default with the AIX ?
2. how to check the smit version.. is there anything of that kind ?
3. what is the effect of smit.cat file ?
4. What are all the files present in /etc/objrepos/... (4 Replies)
hi whats wrong in below??
CHECK=M10;
if ;
then
echo "hello hi";
else
echo "how are u hello hi";
fi
I am getting error as
./test.sh: line 2: '
./test.sh: line 2: M10: command not found
./test.sh: line 2: M10: command not found
./test.sh: line 2: M10: command not found (8 Replies)
Hi,
I noticed that my programs are not up-to-date, when I go to the official web site of eg. transmission bittorent client I see the newest version is 2.4 and when I check my version , it's 2.0. What do I need to do to update it? I thought it's gonna be updated automatically but nothing. I ran... (2 Replies)
Hi, i have file f1.txt with data like:
CHECK
a
b
CHECK
c
d
CHECK
e
f
JOB_START
....
I want to match the last occurrence of 'CHECK' until the end of the file.
I can use awk:
awk '/^CHECK/ { buf = "" } { buf = buf "\n" $0 } END { print buf }' f1.txt | tail +2Is there a cleaner way of... (2 Replies)
Hi all ,
i want to get the most repeated column in my file
File:
name,ID
adam,12345 ----1
adam,12345 ----2
adam,934
adam,12345 ----3
john,14
john,13
john,25 ----1
john,25 ----2
tom,1 -----1
tom,2 -----1
so my output to be (5 Replies)
I ask of you but yet another simplistic question that I hope can be answered. Its better explained showing my code. Here is my list(tmp_pkglist), which contains a list of all Debian (Jessie) packages:
snippet
'zssh (1.5c.debian.1-3.2+b1 , 1.5c.debian.1-3.2 )',
'zsync (0.6.2-1)',
'ztex-bmp... (2 Replies)
I'm usia Raspbian, a Debian subset, and wondering what work would be involved in altering the cp command.
cp at present needs a full path and file name for source and at least full filename for destination. How can I change this so the second parameter isn't needed? So if the destination... (6 Replies)