Author: lkajan-guest
Date: 2012-04-04 08:50:35 +0000 (Wed, 04 Apr 2012)
New Revision: 10306

Added:
   
trunk/packages/rostlab/pp-popularity-contest/trunk/debian/pp-popularity-contest.install
Modified:
   trunk/packages/rostlab/pp-popularity-contest/trunk/debian/changelog
   trunk/packages/rostlab/pp-popularity-contest/trunk/debian/control
   trunk/packages/rostlab/pp-popularity-contest/trunk/debian/copyright
   trunk/packages/rostlab/pp-popularity-contest/trunk/debian/rules
Log:
1.0.5-1: DH build system, Static version is now patched out - builds with 
g++-4.7 (Closes: #667330), debian/copyright now formatted as 
http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/

Modified: trunk/packages/rostlab/pp-popularity-contest/trunk/debian/changelog
===================================================================
--- trunk/packages/rostlab/pp-popularity-contest/trunk/debian/changelog 
2012-04-04 07:46:46 UTC (rev 10305)
+++ trunk/packages/rostlab/pp-popularity-contest/trunk/debian/changelog 
2012-04-04 08:50:35 UTC (rev 10306)
@@ -1,6 +1,10 @@
-pp-popularity-contest (1.0.5-1) UNRELEASED; urgency=low
+pp-popularity-contest (1.0.5-1) unstable; urgency=low
 
   * New upstream release
+  * DH build system
+  * Static version is now patched out - builds with g++-4.7 (Closes: #667330)
+  * debian/copyright now formatted as
+    http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 
  -- Laszlo Kajan <[email protected]>  Thu, 01 Dec 2011 15:08:32 +0100
 

Modified: trunk/packages/rostlab/pp-popularity-contest/trunk/debian/control
===================================================================
--- trunk/packages/rostlab/pp-popularity-contest/trunk/debian/control   
2012-04-04 07:46:46 UTC (rev 10305)
+++ trunk/packages/rostlab/pp-popularity-contest/trunk/debian/control   
2012-04-04 08:50:35 UTC (rev 10306)
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Debian Med Packaging Team 
<[email protected]>
 Uploaders: Laszlo Kajan <[email protected]>
-Build-Depends: debhelper (>= 7), autotools-dev, libboost-program-options-dev, 
automake
+Build-Depends: debhelper (>= 7.0.50~), autotools-dev, 
libboost-program-options-dev, automake
 Standards-Version: 3.9.2
 Vcs-Browser: 
http://svn.debian.org/wsvn/debian-med/trunk/packages/rostlab/pp-popularity-contest/trunk/?rev=0&sc=0
 Vcs-Svn: 
svn://svn.debian.org/svn/debian-med/trunk/packages/rostlab/pp-popularity-contest/trunk/
@@ -41,5 +41,6 @@
 Priority: extra
 Depends: ${shlibs:Depends}, ${misc:Depends}, pp-popularity-contest (= 
${binary:Version})
 Description: debug files for pp-popularity-contest
- This package contains the stripped debugging symbols for the
- PredictProtein's usage statistics.
+ This package contains the stripped debugging symbols for
+ pp-popularity-contest, the package that collects PredictProtein usage
+ statistics.

Modified: trunk/packages/rostlab/pp-popularity-contest/trunk/debian/copyright
===================================================================
--- trunk/packages/rostlab/pp-popularity-contest/trunk/debian/copyright 
2012-04-04 07:46:46 UTC (rev 10305)
+++ trunk/packages/rostlab/pp-popularity-contest/trunk/debian/copyright 
2012-04-04 08:50:35 UTC (rev 10306)
@@ -1,33 +1,30 @@
-This package was debianized by Laszlo Kajan <[email protected]> on
-Thu, 17 Feb 2011 11:52:07 +0100
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pp-popularity-contest
+Upstream-Contact: Laszlo Kajan <[email protected]>
+Source: http://rostlab.org/
 
-Upstream Authors:
+Files: debian/*
+Copyright: 2011 Laszlo Kajan <[email protected]>, Technical University of 
Munich, Germany
+License: GPL-3+
 
-    Laszlo Kajan <[email protected]>
+Files: *
+Copyright: 2012 Laszlo Kajan <[email protected]>, Technical University of 
Munich, Germany
+License: GPL-3+
 
-Copyright:
+License: GPL-3+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ . 
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ . 
+ You should have received a copy of the GNU General Public License
+ along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'.
 
-    Copyright (C) 2011 Laszlo Kajan
-
-License:
-
-    This package is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
-
-    This package is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with this package; if not, write to the Free Software
-    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
-
-On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
-
-The Debian packaging is (C) 2011, Laszlo Kajan <[email protected]> and
-is licensed under the GPL, see above.
-

Added: 
trunk/packages/rostlab/pp-popularity-contest/trunk/debian/pp-popularity-contest.install
===================================================================
--- 
trunk/packages/rostlab/pp-popularity-contest/trunk/debian/pp-popularity-contest.install
                             (rev 0)
+++ 
trunk/packages/rostlab/pp-popularity-contest/trunk/debian/pp-popularity-contest.install
     2012-04-04 08:50:35 UTC (rev 10306)
@@ -0,0 +1 @@
+/usr

Modified: trunk/packages/rostlab/pp-popularity-contest/trunk/debian/rules
===================================================================
--- trunk/packages/rostlab/pp-popularity-contest/trunk/debian/rules     
2012-04-04 07:46:46 UTC (rev 10305)
+++ trunk/packages/rostlab/pp-popularity-contest/trunk/debian/rules     
2012-04-04 08:50:35 UTC (rev 10306)
@@ -1,112 +1,11 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
 
 # Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+export DH_VERBOSE=1
 
+%:
+       dh --parallel $@
 
-# These are used for cross-compiling and for saving the configure script
-# from having to guess our platform (since we know it already)
-DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))
-CROSS= --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
-else
-CROSS= --build $(DEB_BUILD_GNU_TYPE)
-endif
-
-
-
-config.status: configure
-       dh_testdir
-       # Add here commands to configure the package.
-ifneq "$(wildcard /usr/share/misc/config.sub)" ""
-       cp -f /usr/share/misc/config.sub config.sub
-endif
-ifneq "$(wildcard /usr/share/misc/config.guess)" ""
-       cp -f /usr/share/misc/config.guess config.guess
-endif
-       ./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man 
--infodir=\$${prefix}/share/info  --sysconfdir=/etc 
--with-pppopconspool=/var/spool/pp-popcon CFLAGS="$(CFLAGS)" 
CXXFLAGS="$(CXXFLAGS)" LDFLAGS="-Wl,-z,defs $(LDFLAGS)"
-
-
-build: build-arch build-indep
-
-build-arch: build-stamp
-build-indep: build-stamp
-
-build-stamp:  config.status 
-       dh_testdir
-
-       # Add here commands to compile the package.
-       $(MAKE)
-       #docbook-to-man debian/pp-popularity-contest.sgml > 
pp-popularity-contest.1
-
-       touch $@
-
-clean: 
-       dh_testdir
-       dh_testroot
-       rm -f build-stamp 
-
-       # Add here commands to clean up after the build process.
-       [ ! -f Makefile ] || $(MAKE) distclean
-       rm -f config.sub config.guess
-
-       dh_clean 
-
-install: build
-       dh_testdir
-       dh_testroot
-       dh_prep
-       dh_installdirs
-
-       # Add here commands to install the package into 
debian/pp-popularity-contest.
-       $(MAKE) DESTDIR=$(CURDIR)/debian/pp-popularity-contest install
-       
-       # lkajan: we do not need the statically linked version
-       # steffen: patched it out
-       rm -f 
$(CURDIR)/debian/pp-popularity-contest/usr/bin/pp_popcon_cnt.static
-
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
-       dh_testdir
-       dh_testroot
-       dh_installchangelogs ChangeLog
-       dh_installdocs
-       dh_lintian
-       dh_installexamples
-#      dh_install
-#      dh_installmenu
-#      dh_installdebconf       
-#      dh_installlogrotate
-#      dh_installemacsen
-#      dh_installpam
-#      dh_installmime
-#      dh_python
-#      dh_installinit
-       dh_installcron
-#      dh_installinfo
-       dh_installman
-       dh_link
+.PHONY: override_dh_strip
+override_dh_strip:
        dh_strip --dbg-package=pp-popularity-contest-dbg
-       dh_compress
-       dh_fixperms
-#      dh_perl
-#      dh_makeshlibs
-       dh_installdeb
-       dh_shlibdeps
-       dh_gencontrol
-       dh_md5sums
-       dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install 


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to