##master-page:HomepageTemplate #format wiki == Ayucat == '''ayucat''' joined ubuntulinux.jp at 2008-12-07 (JST). I has been working on building some private (and therefore pristine) packages with the '''newest''' version released ''or'' '''in development''' for a few months. * Keywords: avidemux, abinit, abinit-doc, wxmaxima, ttf-vlgothic Email: <> (samesamedomain.net = ''livedoor.com'' etc.) == My way to build the latest versions of with the Ubuntu official or third-party deb file (on Dec 2008) == 0. Prepare an environment for build. 1. $ cd ''path/to/deb_directory'' 2. $ uscan 3. (waiting 10-30s) $ uupdate ../*X.Y.Z.tar.gz 4. (waiting 30-60s) $ cd ../*X.Y.AA 5. $ dpkg-buildpackage -rfakeroot -uc -us 6. wait and wait!!! (e.g. 10min, strongly depending on the size of the package) === Supplemental Information 1 (''July 2009'') === In Step 4, an error occurs and check ''packagename-ver.{changes,diff.gz}'' in the parent directory. If no changes exists, in the old package's directory, do Step 5, generating appropriate *{.changes,diff.gz}. In Step 5, we can also use ''debuild -uc -us'', but it would reduce some processes required for next ''uscan''s in addition to decreasing typing keys. (now I guess) ---- CategoryHomepage