Author: osallou-guest Date: 2011-02-24 09:03:53 +0000 (Thu, 24 Feb 2011) New Revision: 6084
Modified: trunk/packages/gbrowse/trunk/debian/README.source trunk/packages/gbrowse/trunk/debian/changelog trunk/packages/gbrowse/trunk/debian/control trunk/packages/gbrowse/trunk/debian/rules Log: update package name in files Modified: trunk/packages/gbrowse/trunk/debian/README.source =================================================================== --- trunk/packages/gbrowse/trunk/debian/README.source 2011-02-24 08:50:34 UTC (rev 6083) +++ trunk/packages/gbrowse/trunk/debian/README.source 2011-02-24 09:03:53 UTC (rev 6084) @@ -2,4 +2,4 @@ ----------------- Source file can be watched vi a watch file. However, to build the package for debian, one needs to update an installation script to install_util/GBrowseInstall.pm. Code has been patched to do so. At build time, thereis a request to register, one should select no as it is non sense at build time. - Orig file name need to be renamed to libgbrowse-perl_2.XX.orig.tar.gz, once unzipped, path for debian packaging needs to be applied. + Orig file name need to be renamed to gbrowse_2.XX.orig.tar.gz, once unzipped, path for debian packaging needs to be applied. Modified: trunk/packages/gbrowse/trunk/debian/changelog =================================================================== --- trunk/packages/gbrowse/trunk/debian/changelog 2011-02-24 08:50:34 UTC (rev 6083) +++ trunk/packages/gbrowse/trunk/debian/changelog 2011-02-24 09:03:53 UTC (rev 6084) @@ -1,4 +1,4 @@ -libgbrowse-perl (2.26-1) unstable; urgency=low +gbrowse (2.26-1) unstable; urgency=low * Initial Release (Closes: #429610). Modified: trunk/packages/gbrowse/trunk/debian/control =================================================================== --- trunk/packages/gbrowse/trunk/debian/control 2011-02-24 08:50:34 UTC (rev 6083) +++ trunk/packages/gbrowse/trunk/debian/control 2011-02-24 09:03:53 UTC (rev 6084) @@ -1,7 +1,7 @@ -Source: libgbrowse-perl +Source: gbrowse Section: science Priority: optional -Build-Depends: bioperl (>= 1.5.9), debhelper (>= 7.0.17),perl-depends, +Build-Depends: bioperl (>= 1.5.9), debhelper (>= 7.0.17), dh_bugfiles (>= 7.2.3~), perl-depends, libbio-graphics-perl (>= 2.09), libcapture-tiny-perl, libcgi-session-perl (>= 4.02), libgd-gd2-noxpm-perl (>= 2.07) | libgd-gd2-perl (>= 2.07), libio-string-perl, @@ -10,12 +10,12 @@ Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Olivier Sallou <[email protected]> DM-Upload-Allowed: yes -Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/biomaj/trunk/ -Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/biomaj/trunk/?rev=0&sc=0 +Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/gbrowse/trunk/ +Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/biomaj/gbrowse/?rev=0&sc=0 Standards-Version: 3.9.1 Homepage: http://search.cpan.org/dist/GBrowse/ -Package: libgbrowse-perl +Package: gbrowse Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, bioperl (>= 1.5.9), libbio-graphics-perl (>= 2.09), Modified: trunk/packages/gbrowse/trunk/debian/rules =================================================================== --- trunk/packages/gbrowse/trunk/debian/rules 2011-02-24 08:50:34 UTC (rev 6083) +++ trunk/packages/gbrowse/trunk/debian/rules 2011-02-24 09:03:53 UTC (rev 6084) @@ -23,13 +23,13 @@ dh_installdirs #dh_auto_install perl Build.PL --conf=/etc/gbrowse2 --htdocs=/usr/share/gbrowse2/htdocs --tmp=/var/cache/gbrowse2 --databases=/usr/share/gbrowse2/databases --cgibin=/usr/lib/cgi-bin/gbrowse2 --www-user=www-data - ./Build --install_base=debian/libgbrowse-perl debianinstall - ./Build apache_conf > debian/libgbrowse-perl/etc/gbrowse2/apache2.conf + ./Build --install_base=debian/gbrowse debianinstall + ./Build apache_conf > debian/gbrowse/etc/gbrowse2/apache2.conf perl Build.PL --conf=/etc/gbrowse2 --htdocs=/usr/share/gbrowse2/htdocs --tmp=/var/cache/gbrowse2 --databases=/usr/share/gbrowse2/databases --cgibin=/usr/lib/cgi-bin/gbrowse2 --www-user=www-data --installetc=y - ./Build --install_base=debian/libgbrowse-perl install_slave - mkdir -p debian/libgbrowse-perl/usr/lib/perl5 - mv debian/libgbrowse-perl/lib/perl5/*/* debian/libgbrowse-perl/usr/lib/perl5/ - rm -rf debian/libgbrowse-perl/lib + ./Build --install_base=debian/gbrowse install_slave + mkdir -p debian/gbrowse/usr/lib/perl5 + mv debian/gbrowse/lib/perl5/*/* debian/gbrowse/usr/lib/perl5/ + rm -rf debian/gbrowse/lib dh_install dh_installdocs dh_installchangelogs @@ -41,7 +41,7 @@ dh_installemacsen dh_installifupdown dh_installinfo - dh_pysupport + #dh_pysupport dh_installinit dh_installmenu dh_installmime _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
