Contents
Description
You will have to modify the version of the previous minimal package
Details
step 1 : preparation
- 1 - create a directory debian in the directory : package-minimal-1.3
- 2 - copy changelog, control, rules from package-minimal-1.2
step 2 : build the deb file
- 3 - modify the files so that aptitude show writes version 1.3
Solution
step 2 : build the deb file
- 3 - modify the files so that aptitude show writes version 1.3
You need only to modify changelog
$package-minimal/package-minimal-1.2.1/debian# more changelog
package-minimal (1.3) unstable; urgency=low
-- r <r> Tue, 30 Aug 2011 07:27:05 -1000
The other two files are not changed
$package-minimal/package-minimal-1.2.1/debian# more control
Source: package-minimal
Section: unknown
Package: package-minimal
Architecture: any
$package-minimal/package-minimal-1.2.1/debian# more rules
%:
dh $@
