File: README.source

package info (click to toggle)
pmtools 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 384 kB
  • sloc: perl: 802; makefile: 4
file content (18 lines) | stat: -rw-r--r-- 774 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
The package once needed repacking due to one file being twice in the
upstream tar ball. While tar copes with it, dpkg doesn't and hence the
repacking was necessary.

To check if repacking is necessary again (e.g. after strange dpkg
unpacking failures), run the following command:

$ tar tzf ../pmtools-1.10.tar.gz | sort | uniq -c | sort -n | egrep -v '^ *1 '
      2 pmtools-1.10/Devel/Loaded.pm

(Example above with the known to be affected upstream tarball.)

If this command gives some output, a repacking is likely necessary
again. The according debian/rules get-orig-source target can be found
either in the git repository or in the 1.10+ds1-1 version of this
package on http://snapshot.debian.org/.

 -- Axel Beckert <abe@debian.org>, Tue, 11 Dec 2012 01:58:57 +0100