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
APT-SHOW-SOURCE(1)					User Contributed Perl Documentation					APT-SHOW-SOURCE(1)

NAME
apt-show-source - Lists source-packages. DESCRIPTION
This program parses the APT lists for source packages and the dpkg status file and then lists every package with a higher version number than the one installed. It may prove very useful if the "deb" entries in your APT sources.list point to stable and the "deb-src" entries point to unstable. With this program you are easily able to find out if there is a newer version of eg. Program XXXX in unstable. COMMAND LINE PARAMETERS
Optional command line parameters are the DPKG Status file to use, the path to APT's list files and a package name. There are also options to display: all source-packages, verbose messages, version-only and command-line help. OPTIONS
-stf FILE, --status-file=FILE Reads installed packages from FILE instead of /var/lib/dpkg/status. -ld DIRECTORY, --list-dir=DIRECTORY DIRECTORY specifies the path to APT's list files, defaults to /var/lib/apt/lists/. -p PACKAGE, --package=PACKAGE Prints out the installed-package/source-package version Information for PACKAGE. --version-only Prints version only if used together with --package. -a, --all Prints out all available source-packages with version. -v, --verbose Prints out verbose messages. -h, --help Prints out command-line help. AUTHOR
Dennis Schoen, dennis@debian.org SEE ALSO
apt(1), dpkg(1) perl v5.8.1 2003-10-12 APT-SHOW-SOURCE(1)