[Merge] lp:~noskcaj/ubuntu/wily/dell-dup/dh-python into lp:ubuntu/dell-dup
Luke Faraone
luke at faraone.cc
Sun Jul 12 21:31:02 UTC 2015
Review: Needs Information
We should probably check with ~superm1 as to whether this package is still useful, agreed.
Diff comments:
>
> === modified file 'debian/rules'
> --- debian/rules 2009-08-27 11:56:18 +0000
> +++ debian/rules 2015-07-07 22:38:42 +0000
> @@ -1,28 +1,11 @@
> #!/usr/bin/make -f
> -# -*- makefile -*-
> -# vim:noet:ts=8:sw=8:filetype=make
> -
> -DEB_PYTHON_SYSTEM=pysupport
> -include /usr/share/cdbs/1/rules/debhelper.mk
> -include /usr/share/cdbs/1/class/autotools.mk
> -include /usr/share/cdbs/1/rules/utils.mk
> -
> -DEB_INSTALL_CHANGELOGS_ALL := ChangeLog
> -
> -TARFILE+=$(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_VERSION).orig.tar.gz
> -URL+=http://linux.dell.com/git/dell-dup.git/
> -
> -get-orig-source:: git-export build-source
> -git-export::
> - git clone $(URL) $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION)
> -build-source::
Is there a reason you're removing this here?
Yes, upstream went away, but it'd be nice to have these around if it reappears in the future.
> - cd $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION) && sh autogen.sh
> - cd $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION) && rm -rf autom4te.cache
> - tar czf $(CURDIR)/../$(TARFILE) $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION) --exclude=.git
> - rm -rf $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION)
> -
> -DEB_INSTALL_DOCS_ALL :=
> -
> -install/dell-dup::
> +
> +%:
> + dh $@ --with python2
> +
> +override_dh_installchangelogs:
> + dh_installchangelogs ChangeLog
> +
> +override_dh_install:
> find ./ -name *.pyc | xargs rm
> - dh_pysupport -pdell-dup
> + dh_install
--
https://code.launchpad.net/~noskcaj/ubuntu/wily/dell-dup/dh-python/+merge/264080
Your team Ubuntu branches is requested to review the proposed merge of lp:~noskcaj/ubuntu/wily/dell-dup/dh-python into lp:ubuntu/dell-dup.
More information about the Ubuntu-reviews
mailing list