Codebase list magit / debian/2.7.0-1
Added a space after ':' in version RĂ©mi Vanicat 7 years ago
1 changed file(s) with 6 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
55
66 override_dh_auto_build:
77 make info
8 sed -i lisp/magit.el -e "/;; Homepage: https:..github.com.magit./a;; Version:$(DEB_VERSION_UPSTREAM)"
9 sed -i lisp/git-commit.el -e "/;; Homepage: https:..github.com.magit./a;; Version:$(DEB_VERSION_UPSTREAM)"
10 sed -i lisp/magit-popup.el -e "/;; Homepage: https:..github.com.magit./a;; Version:$(DEB_VERSION_UPSTREAM)"
8 sed -i lisp/magit.el -e "/;; Homepage: https:..github.com.magit./a;; Version: $(DEB_VERSION_UPSTREAM)"
9 sed -i lisp/git-commit.el -e "/;; Homepage: https:..github.com.magit./a;; Version: $(DEB_VERSION_UPSTREAM)"
10 sed -i lisp/magit-popup.el -e "/;; Homepage: https:..github.com.magit./a;; Version: $(DEB_VERSION_UPSTREAM)"
1111 @echo do not run make
1212
1313 override_dh_auto_install:
1717 @echo Testing disabled, discussion in comment below.
1818
1919 override_dh_clean:
20 sed -i lisp/magit.el -e "/;; Version:$(DEB_VERSION_UPSTREAM)/d"
21 sed -i lisp/git-commit.el -e "/;; Version:$(DEB_VERSION_UPSTREAM)/d"
22 sed -i lisp/magit-popup.el -e "/;; Version:$(DEB_VERSION_UPSTREAM)/d"
20 sed -i lisp/magit.el -e "/;; Version: $(DEB_VERSION_UPSTREAM)/d"
21 sed -i lisp/git-commit.el -e "/;; Version: $(DEB_VERSION_UPSTREAM)/d"
22 sed -i lisp/magit-popup.el -e "/;; Version: $(DEB_VERSION_UPSTREAM)/d"
2323 dh_clean
2424
2525