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

[Git][debian-mate-team/caja-rename][master] 8 commits: debian/control: Update Homepage: field. (Closes: #975382).



Title: GitLab

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

Commits:

5 changed files:

Changes:

  • debian/changelog
    1
    +caja-rename (20.1.26-1) unstable; urgency=medium
    
    2
    +
    
    3
    +  * New upstream release.
    
    4
    +  * debian/copyright:
    
    5
    +    + Update Upstream-Contact: field.
    
    6
    +    + Update URL in Source: field.
    
    7
    +  * debian/control:
    
    8
    +    + Update Homepage: field. (Closes: #975382).
    
    9
    +    + Bump Standards-Version: to 4.5.1. No changes needed.
    
    10
    +  * debian/watch:
    
    11
    +    + Add file. Upstream is now in Github.
    
    12
    +  * debian/rules:
    
    13
    +    + Simplify get-orig-source target. Switch to easy orig tarball retrieval
    
    14
    +      via uscan.
    
    15
    +    + Drop dh_installchangelogs override. No ChangeLog.bzr in the orig
    
    16
    +      tarball anymore.
    
    17
    +
    
    18
    + -- Mike Gabriel <sunweaver@debian.org>  Sun, 22 Nov 2020 11:28:17 +0100
    
    19
    +
    
    1 20
     caja-rename (20.1.25~bzr37-1) unstable; urgency=medium
    
    2 21
     
    
    3 22
       * New upstream release (Bzr VCS snapshot).
    

  • debian/control
    ... ... @@ -12,9 +12,9 @@ Build-Depends:
    12 12
      python3 (>= 3.6),
    
    13 13
      python3-setuptools,
    
    14 14
      python3-polib,
    
    15
    -Standards-Version: 4.5.0
    
    15
    +Standards-Version: 4.5.1
    
    16 16
     Rules-Requires-Root: no
    
    17
    -Homepage: https://tari.in/www/software/cajarename/
    
    17
    +Homepage: https://tari.in/www/software/caja-rename/
    
    18 18
     Vcs-Browser: https://salsa.debian.org/debian-mate-team/caja-rename
    
    19 19
     Vcs-Git: https://salsa.debian.org/debian-mate-team/caja-rename.git
    
    20 20
     
    

  • debian/copyright
    1 1
     Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
    
    2 2
     Upstream-Name: Caja Rename
    
    3 3
     Upstream-Contact: Robert Tari <robert@tari.in>
    
    4
    -Source: https://code.launchpad.net/~robert-tari/cajarename/trunk
    
    4
    +Source: https://github.com/tari01/caja-rename 
    
    5 5
     
    
    6 6
     Files: *
    
    7 7
     Copyright: 2017-2019, Robert Tari <robert.tari@gmail.com>
    

  • debian/rules
    1 1
     #!/usr/bin/make -f
    
    2 2
     # -*- mode: makefile; coding: utf-8 -*-
    
    3 3
     
    
    4
    -include /usr/share/dpkg/pkg-info.mk
    
    5
    -
    
    6
    -NULL  =
    
    7
    -PKD   = $(word 2, abspath $(dir $(MAKEFILE_LIST)))
    
    8
    -PKG   = $(DEB_SOURCE)
    
    9
    -UVER  = $(shell echo $(DEB_VERSION) | cut -d "-" -f1)
    
    10
    -DTYPE =
    
    11
    -VER  ?= $(subst $(DTYPE),,$(UVER))
    
    12
    -REV   = $(shell echo $(VER) | perl -ne 'print "$$1" if m/(?:git|svn|hg|bzr)(\d+)/;')
    
    13
    -
    
    14 4
     export PYBUILD_NAME=caja-rename
    
    15 5
     export PYBUILD_SYSTEM=distutils
    
    16 6
     
    
    17 7
     %:
    
    18 8
     	dh ${@} --with python3 --buildsystem=pybuild
    
    19 9
     
    
    20
    -override_dh_installchangelogs:
    
    21
    -	dh_installchangelogs ChangeLog.bzr
    
    22
    -
    
    23
    -
    
    24 10
     override_dh_auto_clean:
    
    25 11
     	-dh_auto_clean
    
    26 12
     	rm -Rfv data/usr/share/locale
    
    ... ... @@ -31,26 +17,5 @@ override_dh_auto_clean:
    31 17
     	rm -fv cajarename.egg-info/top_level.txt
    
    32 18
     	rm -Rfv .pybuild
    
    33 19
     
    
    34
    -## http://wiki.debian.org/onlyjob/get-orig-source
    
    35
    -.PHONY: get-orig-source
    
    36
    -get-orig-source: $(PKG)_$(VER)$(DTYPE).orig.tar.xz $(info I: $(PKG)_$(VER)$(DTYPE))
    
    37
    -	@
    
    38
    -
    
    39
    -## checkout from bzr (add "bzr (>= 2.6.0~bzr6520)" to Build-Depends, see #666496)
    
    40
    -UURL = lp:cajarename
    
    41
    -$(PKG)_$(VER)$(DTYPE).orig.tar.xz:
    
    42
    -	$(if $(wildcard $(PKG)-$(VER)),$(error $(PKG)-$(VER) exist, aborting..))
    
    43
    -	bzr checkout --hardlink --lightweight --revision=$(REV) $(UURL) $(PKG)-$(VER) \
    
    44
    -	    || $(RM) -r $(PKG)-$(VER)
    
    45
    -	@echo "# Creating ChangeLog..."
    
    46
    -	cd $(PKG)-$(VER) && bzr log --log-format=line > ChangeLog.bzr
    
    47
    -	@echo "# Modifying..."
    
    48
    -	cd $(PKG)-$(VER) && rm -Rfv \
    
    49
    -	    .bzr-builddeb \
    
    50
    -	    .bzr \
    
    51
    -	    debian \
    
    52
    -	    $(NULL)
    
    53
    -	@echo "# Packing..."
    
    54
    -	find -L "$(PKG)-$(VER)" -xdev -type f -print | sort \
    
    55
    -	    | XZ_OPT="-6v" tar -caf "../$(PKG)_$(VER)$(DTYPE).orig.tar.xz" -T- --owner=root --group=root --mode=a+rX \
    
    56
    -	    && $(RM) -r "$(PKG)-$(VER)"
    20
    +get-orig-source:
    
    21
    +	uscan --noconf --force-download --rename --download-current-version --destdir=..

  • debian/watch
    1
    +version=3
    
    2
    +https://github.com/tari01/caja-rename/tags .*/V?(\d\S*)\.tar\.gz


  • Reply to: