Changeset 300 for pkg/main/jalali-calendar
- Timestamp:
- 03/30/07 15:17:14 (6 years ago)
- Location:
- pkg/main/jalali-calendar/trunk
- Files:
-
- 9 added
- 4 edited
-
Makefile (modified) (2 diffs)
-
debian (added)
-
debian/changelog (added)
-
debian/compat (added)
-
debian/control (added)
-
debian/copyright (added)
-
debian/dirs (added)
-
debian/docs (added)
-
debian/rules (added)
-
debian/watch (added)
-
src/calendar.py (modified) (1 diff)
-
src/holiday.py (modified) (1 diff)
-
src/utility.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pkg/main/jalali-calendar/trunk/Makefile
r297 r300 3 3 PYTHON=python 4 4 PKGDIR = /usr/share/jcalendar 5 DESTDIR=$(CURDIR)/debian/jalali-calendar 5 6 6 7 … … 8 9 mkdir -p $(DESTDIR)$(PKGDIR) 9 10 mkdir -p $(DESTDIR)$(PKGDIR)/date 11 mkdir -p $(DESTDIR)/usr/lib/bonobo/servers 10 12 11 install -m644 COPYING $(DESTDIR)$(PKGDIR)/.12 13 install -m755 src/*.py $(DESTDIR)$(PKGDIR)/. 13 14 install -m644 src/1386.xml $(DESTDIR)$(PKGDIR)/. -
pkg/main/jalali-calendar/trunk/src/calendar.py
r297 r300 1 #!/usr/bin/env python 1 2 # -*- coding: utf-8 -*- 2 3 # -
pkg/main/jalali-calendar/trunk/src/holiday.py
r297 r300 1 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 # 2 4 holiday = { 1386:[[1,1],[1,2],[1,3],[1,4],[1,12],[1,13],[1,17], 3 5 [2,14],[2,15],[2,28],[5,6],[5,20],[6,7],[7,11], -
pkg/main/jalali-calendar/trunk/src/utility.py
r297 r300 1 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 # 2 4 import math 3 5
Note: See TracChangeset
for help on using the changeset viewer.


