Andreas Tille pushed to branch master at Debian Med / covtobed


Commits:
9a536d6e by Andreas Tille at 2020-06-04T20:50:28+02:00
Upload to new

- - - - -
862ebd83 by Andreas Tille at 2020-06-04T21:09:10+02:00
Add dversionmangle=auto

- - - - -
02240a74 by Andreas Tille at 2020-06-04T21:10:49+02:00
Enable cross-building $(CXX), create debug symbols $(CXXFLAGS) and hardening 
$(CXXFLAGS)+$(LDFLAGS)

- - - - -


3 changed files:

- debian/changelog
- debian/rules
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,4 +1,4 @@
-covtobed (1.1.2+dfsg-1) UNRELEASED; urgency=medium
+covtobed (1.1.2+dfsg-1) unstable; urgency=medium
 
   * Initial release (Closes: #962057)
 


=====================================
debian/rules
=====================================
@@ -13,4 +13,4 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 override_dh_auto_build:
        mkdir build
-       c++ -std=c++11 *.cpp -I/usr/include/bamtools/ -L/usr/lib/ -lbamtools -o 
build/covtobed
+       $(CXX) $(CXXFLAGS) -std=c++11 *.cpp -I/usr/include/bamtools/ 
-L/usr/lib/ -lbamtools -o build/covtobed $(LDFLAGS)


=====================================
debian/watch
=====================================
@@ -2,6 +2,7 @@ version=4
 
 opts=\
 repacksuffix=+dfsg,\
+dversionmangle=auto,\
 repack,compression=xz,\
 filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz% \
 https://github.com/telatin/covtobed/releases 
.*/archive/v?@ANY_VERSION@\.tar\.gz



View it on GitLab: 
https://salsa.debian.org/med-team/covtobed/-/compare/c680ab9f918cc7009a183e1ae4c443398a7e35ca...02240a7465a8209f436716157575b4245a5742d8

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/covtobed/-/compare/c680ab9f918cc7009a183e1ae4c443398a7e35ca...02240a7465a8209f436716157575b4245a5742d8
You're receiving this email because of your account on salsa.debian.org.


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

Reply via email to