[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][debian-mate-team/caja-rename][debian/stretch/backports] 9 commits: debian/control: Bump Standards-Version: to 4.3.0. No changes needed.



Title: GitLab

Mike Gabriel pushed to branch debian/stretch/backports at Debian and Ubuntu MATE Packaging Team / caja-rename

Commits:

5 changed files:

Changes:

  • debian/changelog
    1
    +caja-rename (18.7.28~bzr25-1~bpo9+1) stretch-backports; urgency=medium
    
    2
    +
    
    3
    +  * Rebuild for stretch-backports.
    
    4
    +
    
    5
    + -- Mike Gabriel <sunweaver@debian.org>  Thu, 07 Feb 2019 08:58:58 +0100
    
    6
    +
    
    7
    +caja-rename (18.7.28~bzr25-1) unstable; urgency=medium
    
    8
    +
    
    9
    +  * New upstream release (Bzr VCS snapshot). (A little confused by
    
    10
    +    the Bzr revision number having gone backwards. Alas, so be it).
    
    11
    +  * debian/{control,compat}:
    
    12
    +    + Drop compat file. Switch to debhelper-compat notation in control file.
    
    13
    +      Bump to DH compat level version 12.
    
    14
    +  * debian/control:
    
    15
    +    + Bump Standards-Version: to 4.3.0. No changes needed.
    
    16
    +    + Drop ancient version from X-Python-Version: field (i.e., remove that
    
    17
    +      line).
    
    18
    +  * debian/rules:
    
    19
    +    + Drop +repack1 suffix in package version.
    
    20
    +    + Switch to pybuild build-system.
    
    21
    +
    
    22
    + -- Mike Gabriel <sunweaver@debian.org>  Thu, 31 Jan 2019 12:21:15 +0100
    
    23
    +
    
    1 24
     caja-rename (18.1.10~bzr26+repack1-1~bpo9+1) stretch-backports; urgency=medium
    
    2 25
     
    
    3 26
       * Rebuild for stretch-backports.
    

  • debian/compat deleted
    1
    -10

  • debian/control
    ... ... @@ -6,17 +6,16 @@ Uploaders:
    6 6
      Mike Gabriel <sunweaver@debian.org>,
    
    7 7
      Robert Tari <robert.tari@gmail.com>,
    
    8 8
     Build-Depends:
    
    9
    - debhelper (>= 10),
    
    9
    + debhelper-compat (= 12),
    
    10 10
      dpkg-dev (>= 1.16.1.1),
    
    11 11
      dh-python,
    
    12 12
      python (>= 2.7),
    
    13 13
      python-setuptools,
    
    14 14
      python-polib,
    
    15
    -Standards-Version: 4.1.5
    
    15
    +Standards-Version: 4.3.0
    
    16 16
     Homepage: https://tari.in/www/software/cajarename/
    
    17 17
     Vcs-Browser: https://salsa.debian.org/debian-mate-team/caja-rename
    
    18 18
     Vcs-Git: https://salsa.debian.org/debian-mate-team/caja-rename.git
    
    19
    -X-Python-Version: >= 2.7
    
    20 19
     
    
    21 20
     Package: caja-rename
    
    22 21
     Architecture: all
    

  • debian/rules
    ... ... @@ -7,26 +7,29 @@ NULL =
    7 7
     PKD   = $(word 2, abspath $(dir $(MAKEFILE_LIST)))
    
    8 8
     PKG   = $(DEB_SOURCE)
    
    9 9
     UVER  = $(shell echo $(DEB_VERSION) | cut -d "-" -f1)
    
    10
    -DTYPE = +repack1
    
    10
    +DTYPE =
    
    11 11
     VER  ?= $(subst $(DTYPE),,$(UVER))
    
    12 12
     REV   = $(shell echo $(VER) | perl -ne 'print "$$1" if m/(?:git|svn|hg|bzr)(\d+)/;')
    
    13 13
     
    
    14
    +export PYBUILD_NAME=caja-rename
    
    15
    +export PYBUILD_SYSTEM=distutils
    
    14 16
     
    
    15 17
     %:
    
    16
    -	dh ${@} --with python2
    
    18
    +	dh ${@} --with python2 --buildsystem=pybuild
    
    17 19
     
    
    18 20
     override_dh_installchangelogs:
    
    19 21
     	dh_installchangelogs ChangeLog.bzr
    
    20 22
     
    
    21 23
     
    
    22 24
     override_dh_auto_clean:
    
    23
    -	dh_auto_clean
    
    25
    +	-dh_auto_clean
    
    24 26
     	rm -Rfv data/usr/share/locale
    
    25 27
     	rm -fv cajarename.egg-info/PKG-INFO
    
    26 28
     	rm -fv cajarename.egg-info/SOURCES.txt
    
    27 29
     	rm -fv cajarename.egg-info/dependency_links.txt
    
    28 30
     	rm -fv cajarename.egg-info/requires.txt
    
    29 31
     	rm -fv cajarename.egg-info/top_level.txt
    
    32
    +	rm -Rfv .pybuild
    
    30 33
     
    
    31 34
     override_dh_fixperms:
    
    32 35
     	dh_fixperms
    

  • debian/watch
    1 1
     version=3
    
    2
    -http://launchpad.net/cajarename/+download .*/cajarename-([0-9.]+)\.tar\.gz
    2
    +https://launchpad.net/cajarename/+download .*/cajarename-([0-9.]+)\.tar\.gz


  • Reply to: