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/4.0-1 -m "Tag for revision 4.0-1"
svn copy $SVNROOT/branches/next/Maintenance/deb/wheezy/debian $SVNROOT/tags/debian/4.0-1~wheezy1 -m "Tag for revision 4.0-1~wheezy1"
svn copy $SVNROOT/branches/next/Maintenance/deb/squeeze/debian $SVNROOT/tags/debian/4.0-1~squeeze1 -m "Tag for revision 4.0-1~squeeze1"

or:
svn copy $SVNROOT/branches/CGAL-4.0-branch/Maintenance/deb/sid/debian $SVNROOT/tags/debian/4.0-1 -m "Tag for revision 4.0-1"
svn copy $SVNROOT/branches/CGAL-4.0-branch/Maintenance/deb/wheezy/debian $SVNROOT/tags/debian/4.0-1~wheezy1 -m "Tag for revision 4.0-1~wheezy1"
svn copy $SVNROOT/branches/CGAL-4.0-branch/Maintenance/deb/squeeze/debian $SVNROOT/tags/debian/4.0-1~squeeze1 -m "Tag for revision 4.0-1~squeeze1"


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

wget http://www.joachim-reichel.de/tmp/cgal-4.0.tar.bz2
su cgal
cd /ftp/pub/outgoing/CGAL/debian
mv pool/main/c/cgal/* archive
rm -fr dists pool
tar xjf /path/to/downloaded/tarball
# There should be 3 subdirectories "archive", "dists", and "pool" now.