~ubuntu-branches/ubuntu/lucid/scons/lucid

« back to all changes in this revision

Viewing changes to script/sconsign

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2008-12-26 18:06:57 UTC
  • mfrom: (0.2.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20081226180657-yvmti5ik48zbykk7
Tags: 1.2.0-1
* New upstream release.
* debian/patches/remove_broken_symlinks:
  - In Clean() routine, try to delete symlinks even if files they point
    to are not available (Closes: #485521).
* debian/patches/qt_missing_moc:
  - Dropped, implemented upstream time ago.
* Add description to debian/patches/* to make Lintian happy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25
25
#
26
26
 
27
 
__revision__ = "src/script/sconsign.py 3603 2008/10/10 05:46:45 scons"
28
 
 
29
 
__version__ = "1.1.0"
30
 
 
31
 
__build__ = "r3603"
 
27
__revision__ = "src/script/sconsign.py 3842 2008/12/20 22:59:52 scons"
 
28
 
 
29
__version__ = "1.2.0"
 
30
 
 
31
__build__ = "r3842"
32
32
 
33
33
__buildsys__ = "scons-dev"
34
34
 
35
 
__date__ = "2008/10/10 05:46:45"
 
35
__date__ = "2008/12/20 22:59:52"
36
36
 
37
37
__developer__ = "scons"
38
38