Package updated to same version


 
Thread Tools Search this Thread
Operating Systems Linux Debian Package updated to same version
# 1  
Old 05-10-2009
Package updated to same version

Hi,

I recently did slight modifications to the basename utility from the coreutils package.
I downloaded the source by typing "apt-get source coreutils", added a new option to the program, updated the respective manpage, build and installed it using "dpkg-buildpackage -uc -b && dpkg -i ../coreutils*.deb".

All that works perfectly. Now what's strange about it, is that my aptitude cronjob is updating the coreutils package from the repositories to the same but unmodified release that is already installed.

I could set the package status to "hold" but that would prevent the package from getting real updates.

Can anybody shed some light on that?

Thanks a lot,
Gunther
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Redhat check when package was updated

Is there a way to check when a package was updated on your redhat system? (2 Replies)
Discussion started by: cokedude
2 Replies

2. Shell Programming and Scripting

Package version testing script

I was wondering if anyone already had a script to check rpm packages versions x.x.x or greater. so I could do a: # CheckRpmVersion Somepackage-1.2.3 And would output: whether the package is installed or not and if it was equal to or greater than the version 1.2.3. I know I can pull out... (0 Replies)
Discussion started by: Ikon
0 Replies

3. UNIX for Dummies Questions & Answers

package version

hi, I have this problem. I run a script to check which version of a given package is installed and I need something returning a meaningfull answer also if the installation was done with the sources. Let's say that, a priori, I do not know how the package was installed. So far I have... (0 Replies)
Discussion started by: gcastell
0 Replies
Login or Register to Ask a Question
BASENAME(1)							   User Commands						       BASENAME(1)

NAME
basename - strip directory and suffix from filenames SYNOPSIS
basename NAME [SUFFIX] basename OPTION DESCRIPTION
Print NAME with any leading directory components removed. If specified, also remove a trailing SUFFIX. --help display this help and exit --version output version information and exit EXAMPLES
basename /usr/bin/sort Output "sort". basename include/stdio.h .h Output "stdio". AUTHOR
Written by David MacKenzie. REPORTING BUGS
Report basename bugs to bug-coreutils@gnu.org GNU coreutils home page: <http://www.gnu.org/software/coreutils/> General help using GNU software: <http://www.gnu.org/gethelp/> Report basename translation bugs to <http://translationproject.org/team/> COPYRIGHT
Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SEE ALSO
dirname(1), readlink(1) The full documentation for basename is maintained as a Texinfo manual. If the info and basename programs are properly installed at your site, the command info coreutils 'basename invocation' should give you access to the complete manual. GNU coreutils 8.5 February 2011 BASENAME(1)