Files
cgal/Maintenance/deb

README
======

Backports
---------

backport for wheezy:
- debian/changelog:
  * adjust version suffix from -X to -X~wheezy1
  * adjust suite from unstable to testing

backport for squeeze:
- debian/changelog:
  * adjust version suffix from -X to -X~squeeze1
  * adjust suite from unstable to stable
- debian/control
  * adjust Standards-Version from 3.9.2 to 3.9.1
  * replace libgmp10-dev by libgmp3-dev (twice)


Tags
----

svn copy $SVNROOT/branches/next/Maintenance/deb/sid/debian $SVNROOT/tags/debian/3.9-1
svn copy $SVNROOT/branches/next/Maintenance/deb/wheezy/debian $SVNROOT/tags/debian/3.9-1~wheezy1
svn copy $SVNROOT/branches/next/Maintenance/deb/squeeze/debian $SVNROOT/tags/debian/3.9-1~squeeze1

or:
svn copy $SVNROOT/branches/CGAL-3.9-branch/Maintenance/deb/sid/debian $SVNROOT/tags/debian/3.9-1
svn copy $SVNROOT/branches/CGAL-3.9-branch/Maintenance/deb/wheezy/debian $SVNROOT/tags/debian/3.9-1~wheezy1
svn copy $SVNROOT/branches/CGAL-3.9-branch/Maintenance/deb/squeeze/debian $SVNROOT/tags/debian/3.9-1~squeeze1


FTP server
----------

wget http://www.joachim-reichel.de/tmp/cgal-3.9.tar.bz2
su cgal
cd /ftp/pub/outgoing/CGAL/debian
mv pool/non-free/c/cgal/* archive
rm -fr dists pool
tar xjf /path/to/downloaded/tarball