Update changes to debian configuration for 0.3
authorDiane Trout <diane@caltech.edu>
Fri, 19 Nov 2010 20:15:33 +0000 (12:15 -0800)
committerDiane Trout <diane@caltech.edu>
Fri, 19 Nov 2010 20:15:33 +0000 (12:15 -0800)
debian/README.source [deleted file]
debian/changelog
debian/control
debian/pysam.debhelper.log [deleted file]
debian/rules

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644 (file)
index 575b3db..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-pysam for Debian
-----------------
-
-<this file describes information about the source package, see Debian policy
-manual section 4.14. You WILL either need to modify or delete this file>
-
-
-
-
index daaa8af4c425c7916e59c153e239a0d29af4a0e9..d05bdaaf0c7eb6b1eec414d70ea92c978763193b 100644 (file)
@@ -1,3 +1,9 @@
+pysam (0.3-1) maverick; urgency=low
+
+  * Imported Upstream version 0.3
+
+ -- Diane Trout <diane@caltech.edu>  Fri, 19 Nov 2010 12:10:25 -0800
+
 pysam (0.2-1~karmic) karmic; urgency=low
 
   * Initial release 
index 4128d0fa09df497846ea7f0fd78dff0db5e505a8..f6061017347a4471b94c36a523bdb47bee088d32 100644 (file)
@@ -2,7 +2,7 @@ Source: pysam
 Section: science
 Priority: extra
 Maintainer: Diane Trout <diane@caltech.edu>
-Build-Depends: cdbs, debhelper (>= 7), python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6), python-setuptools (>= 0.6b3), python-pyrex (>= 0.9.8), zlib1g-dev (>= 1.2.3)
+Build-Depends: cdbs, debhelper (>= 7), python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6), python-setuptools (>= 0.6b3), python-pyrex (>= 0.9.8), cython (>= 0.11), zlib1g-dev (>= 1.2.3)
 Standards-Version: 3.8.4
 XS-Python-Version: >=2.5, <<2.7
 Homepage: http://code.google.com/p/pysam/ 
diff --git a/debian/pysam.debhelper.log b/debian/pysam.debhelper.log
deleted file mode 100644 (file)
index bd3417d..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-dh_installdirs
-dh_installdirs
-dh_installdocs
-dh_installexamples
-dh_installman
-dh_installinfo
-dh_installmenu
-dh_installcron
-dh_installinit
-dh_installdebconf
-dh_installemacsen
-dh_installcatalogs
-dh_installpam
-dh_installlogrotate
-dh_installlogcheck
-dh_installchangelogs
-dh_installudev
-dh_lintian
-dh_install
-dh_link
-dh_installmime
-dh_pycentral
-dh_strip
-dh_compress
-dh_fixperms
-dh_makeshlibs
-dh_installdeb
-dh_perl
-dh_shlibdeps
-dh_gencontrol
-dh_link
-dh_md5sums
-dh_builddeb
index 2f0cc12464c1da06fdc9c33f0f0fa615e8be229c..24f4ebcd62872fe53f866148d24a32fbaded060f 100755 (executable)
@@ -3,7 +3,7 @@
 DEB_PYTHON_SYSTEM=pycentral
 
 clean::
-       rm -f pysam/csamtools.c
+       rm -f pysam/csamtools.c pysam/ctabix.c
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk